Skip to content

Commit 91c5f74

Browse files
committed
Skip envvar check as xdist overwrites it
1 parent e8d6771 commit 91c5f74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy/test/test_config_parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ def set_strict_flags() -> None:
174174
assert strict_option_set is True
175175
assert options.ignore_missing_imports_per_module is True
176176
assert options.config_file == str(pyproject.name)
177-
assert os.environ["MYPY_CONFIG_FILE_DIR"] == str(pyproject.parent)
178177

179178
assert options.per_module_options["c"] == {
180179
"disable_error_code": [],

0 commit comments

Comments
 (0)