Commit 1abea640 authored by Stefan Behnel's avatar Stefan Behnel

fix debugger test

parent de96f31c
...@@ -115,6 +115,7 @@ class DebuggerTestCase(unittest.TestCase): ...@@ -115,6 +115,7 @@ 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()
......
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