Commit 65f69510 authored by Stefan Behnel's avatar Stefan Behnel

Disable a saved compiler option in the test runner that cannot currently be...

Disable a saved compiler option in the test runner that cannot currently be changed in the tests directly (only in external compiler runs).
parent ed94b465
...@@ -883,7 +883,7 @@ class CythonCompileTestCase(unittest.TestCase): ...@@ -883,7 +883,7 @@ class CythonCompileTestCase(unittest.TestCase):
'clear_to_none', 'clear_to_none',
'error_on_unknown_names', 'error_on_unknown_names',
'error_on_uninitialized', 'error_on_uninitialized',
'cache_builtins', # 'cache_builtins', # not currently supported due to incorrect global caching
) )
] ]
self._saved_default_directives = list(Options.get_directive_defaults().items()) self._saved_default_directives = list(Options.get_directive_defaults().items())
......
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