Skip to content

Commit 8e2d326

Browse files
committed
Fix cmdline tests
1 parent 005be26 commit 8e2d326

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy/test/testcmdline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def test_python_cmdline(testcase: DataDrivenTestCase, step: int) -> None:
4949
args = parse_args(testcase.input[0])
5050
custom_cwd = parse_cwd(testcase.input[1]) if len(testcase.input) > 1 else None
5151
args.append('--show-traceback')
52-
args.append('--no-site-packages')
5352
if '--error-summary' not in args:
5453
args.append('--no-error-summary')
5554
# Type check the program.

0 commit comments

Comments
 (0)