Skip to content

Commit fe0c28e

Browse files
committed
chore: Remove pytest skip marker
1 parent c908295 commit fe0c28e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_stdlib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ def fixture_stdlib_loader() -> Iterator[GriffeLoader]:
4343
loader.stats()
4444

4545

46-
@pytest.mark.skipif(sys.version_info < (3, 10), reason="Python less than 3.10 does not have sys.stdlib_module_names")
4746
@pytest.mark.parametrize("mod", sorted([m for m in getattr(sys, "stdlib_module_names", ()) if not m.startswith("_")]))
4847
def test_fuzzing_on_stdlib(stdlib_loader: GriffeLoader, mod: str) -> None:
4948
"""Run Griffe on the standard library."""

0 commit comments

Comments
 (0)