Skip to content

Commit fba5573

Browse files
committed
Remove networkx exception from script
1 parent 168e25e commit fba5573

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/run_stubtest.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ def main(modules: Collection[str]) -> int:
4949
# This stub has been upstreamed and is only kept for backwards compatibility
5050
# The version that is stubbed does not match the one we install for type testing
5151
"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",
5552
}:
5653
print(f"\nSkipped {stub_module}", flush=True)
5754
continue

0 commit comments

Comments
 (0)