Skip to content

Commit

Permalink
Fwd fix a rebase race on pep561 tests
Browse files Browse the repository at this point in the history
Two PRs landed and conflicted - python#11262 and python#11141
This fwd fixes the tests.
  • Loading branch information
nipunn1313 committed Oct 13, 2021
1 parent 066da4d commit 66d0706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-data/unit/pep561.test
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ b.bf(False)
a.bf(1)
b.bf(1)
[out]
testNamespacePkgWStubs.py:4: error: Skipping analyzing "typedpkg_ns.b.bbb": found module but no type hints or library stubs
testNamespacePkgWStubs.py:4: error: Skipping analyzing "typedpkg_ns.b.bbb": module is installed, but missing library stubs or py.typed marker
testNamespacePkgWStubs.py:4: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
testNamespacePkgWStubs.py:4: error: Skipping analyzing "typedpkg_ns.b": found module but no type hints or library stubs
testNamespacePkgWStubs.py:4: error: Skipping analyzing "typedpkg_ns.b": module is installed, but missing library stubs or py.typed marker
testNamespacePkgWStubs.py:7: error: Argument 1 to "bf" has incompatible type "int"; expected "bool"

[case testNamespacePkgWStubsWithNamespacePackagesFlag]
Expand Down

0 comments on commit 66d0706

Please sign in to comment.