There was an error while loading. Please reload this page.
1 parent f29c710 commit 3b0d0ddCopy full SHA for 3b0d0dd
1 file changed
tests/utils.py
@@ -14,8 +14,6 @@
14
except ShellDetectionFailure: # pragma: no cover
15
shell = None
16
17
-needs_py38 = pytest.mark.skipif(sys.version_info < (3, 8), reason="requires python3.8+")
18
-
19
needs_py310 = pytest.mark.skipif(
20
sys.version_info < (3, 10), reason="requires python3.10+"
21
)
0 commit comments