diff --git a/test-data/unit/check-incremental.test b/test-data/unit/check-incremental.test index a9370383ddd7..ad1168ce83dc 100644 --- a/test-data/unit/check-incremental.test +++ b/test-data/unit/check-incremental.test @@ -2336,7 +2336,6 @@ tmp/c.py:1: error: Module "d" has no attribute "x" [out] [out2] mypy: can't read file 'tmp/nonexistent.py': No such file or directory --- ' [case testSerializeAbstractPropertyIncremental] from abc import abstractmethod diff --git a/test-data/unit/cmdline.test b/test-data/unit/cmdline.test index 030e365537d1..85d9fc920d19 100644 --- a/test-data/unit/cmdline.test +++ b/test-data/unit/cmdline.test @@ -117,7 +117,6 @@ sub.pkg is not a valid Python package name mypy: can't decode file 'a.py': unknown encoding: uft-8 == Return code: 2 --- ' [case testCannotIgnoreDuplicateModule] # cmd: mypy one/mod/__init__.py two/mod/__init__.py [file one/mod/__init__.py] @@ -546,7 +545,6 @@ a/b/c/d/e/__init__.py:3: error: Argument 1 to "g" has incompatible type "None"; [out] mypy: can't read file 'nope.py': No such file or directory == Return code: 2 ---' [case testModulesAndPackages] # cmd: mypy --package p.a --package p.b --module c