Commit 23ebf9cd authored by Stefan Behnel's avatar Stefan Behnel

fix last commit

parent 1abea640
...@@ -115,7 +115,6 @@ class DebuggerTestCase(unittest.TestCase): ...@@ -115,7 +115,6 @@ class DebuggerTestCase(unittest.TestCase):
opts = dict( opts = dict(
test_directory=self.tempdir, test_directory=self.tempdir,
module='codefile', module='codefile',
tags=runtests.parse_tags(codefile),
) )
optimization_disabler = build_ext.Optimization() optimization_disabler = build_ext.Optimization()
...@@ -124,6 +123,7 @@ class DebuggerTestCase(unittest.TestCase): ...@@ -124,6 +123,7 @@ class DebuggerTestCase(unittest.TestCase):
workdir=self.tempdir, workdir=self.tempdir,
# we clean up everything (not only compiled files) # we clean up everything (not only compiled files)
cleanup_workdir=False, cleanup_workdir=False,
tags=runtests.parse_tags(codefile),
**opts **opts
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment