Skip to content

Commit

Permalink
Fix call to run_distutils() in debugger test (GH-4256)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Jun 30, 2021
1 parent af63711 commit f42b6ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cython/Debugger/Tests/TestLibCython.py
Expand Up @@ -132,10 +132,11 @@ def setUp(self):
)

cython_compile_testcase.run_distutils(
test_directory=opts['test_directory'],
module=opts['module'],
workdir=opts['test_directory'],
incdir=None,
workdir=self.tempdir,
extra_extension_args={'extra_objects':['cfuncs.o']},
**opts
)
finally:
optimization_disabler.restore_state()
Expand Down

0 comments on commit f42b6ee

Please sign in to comment.