We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168e25e commit fba5573Copy full SHA for fba5573
tests/run_stubtest.py
@@ -49,9 +49,6 @@ def main(modules: Collection[str]) -> int:
49
# This stub has been upstreamed and is only kept for backwards compatibility
50
# The version that is stubbed does not match the one we install for type testing
51
"matplotlib",
52
- # This stub is being upstreamed to typeshed and not worth fixing all issues.
53
- # networkx 3.5 also isn't available on Python 3.10
54
- "networkx",
55
}:
56
print(f"\nSkipped {stub_module}", flush=True)
57
continue
0 commit comments