1 This test fails if there is pkg installed. Since pkg is always installed
2 (obviously) we just remove the test.
4 --- mypy-1.13.0/mypyc/test-data/run-imports.test.orig
5 +++ mypy-1.13.0/mypyc/test-data/run-imports.test
10 -[case testFromImportWithUntypedModule]
12 -# avoid including an __init__.py and use type: ignore to test what happens
13 -# if mypy can't tell if mod isn't a module
14 -from pkg import mod # type: ignore
16 -def test_import() -> None:
17 - assert mod.h(8) == 24
23 [case testFromImportWithKnownModule]
25 from pkg import mod2 as modmod