Skip to content

Commit 43b39c9

Browse files
twsltimvink
authored andcommitted
Add exclude
1 parent f0aa573 commit 43b39c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def test_mkapi_v20x(tmp_path) -> None:
351351
assert True
352352

353353

354-
@pytest.mark.skipif(sys.version_info < (3, 7), reason="Requires Python 3.7 or higher")
354+
@pytest.mark.skipif(sys.version_info < (3, 7) or sys.version_info > (3, 9), reason="Requires Python 3.7 or higher")
355355
@pytest.mark.skipif(
356356
not (
357357
LooseVersion(mkdocs.__version__) < LooseVersion("2")

0 commit comments

Comments
 (0)