Skip to content

Commit 66d0706

Browse files
committed
Fwd fix a rebase race on pep561 tests
Two PRs landed and conflicted - python#11262 and python#11141 This fwd fixes the tests.
1 parent 066da4d commit 66d0706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-data/unit/pep561.test

+2-2
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ b.bf(False)
205205
a.bf(1)
206206
b.bf(1)
207207
[out]
208-
testNamespacePkgWStubs.py:4: error: Skipping analyzing "typedpkg_ns.b.bbb": found module but no type hints or library stubs
208+
testNamespacePkgWStubs.py:4: error: Skipping analyzing "typedpkg_ns.b.bbb": module is installed, but missing library stubs or py.typed marker
209209
testNamespacePkgWStubs.py:4: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
210-
testNamespacePkgWStubs.py:4: error: Skipping analyzing "typedpkg_ns.b": found module but no type hints or library stubs
210+
testNamespacePkgWStubs.py:4: error: Skipping analyzing "typedpkg_ns.b": module is installed, but missing library stubs or py.typed marker
211211
testNamespacePkgWStubs.py:7: error: Argument 1 to "bf" has incompatible type "int"; expected "bool"
212212

213213
[case testNamespacePkgWStubsWithNamespacePackagesFlag]

0 commit comments

Comments
 (0)