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 c908295 commit fe0c28eCopy full SHA for fe0c28e
1 file changed
tests/test_stdlib.py
@@ -43,7 +43,6 @@ def fixture_stdlib_loader() -> Iterator[GriffeLoader]:
43
loader.stats()
44
45
46
-@pytest.mark.skipif(sys.version_info < (3, 10), reason="Python less than 3.10 does not have sys.stdlib_module_names")
47
@pytest.mark.parametrize("mod", sorted([m for m in getattr(sys, "stdlib_module_names", ()) if not m.startswith("_")]))
48
def test_fuzzing_on_stdlib(stdlib_loader: GriffeLoader, mod: str) -> None:
49
"""Run Griffe on the standard library."""
0 commit comments