We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ccf14f commit fd23cb8Copy full SHA for fd23cb8
1 file changed
mypy/test/testcheck.py
@@ -136,7 +136,7 @@ def run_case_once(
136
options = parse_options(original_program_text, testcase, incremental_step)
137
options.use_builtins_fixtures = True
138
options.show_traceback = True
139
- options.native_parser = True # XXX remove
+ options.native_parser = bool(os.environ.get("TEST_NATIVE_PARSER"))
140
141
if options.num_workers:
142
options.fixed_format_cache = True
0 commit comments