Skip to content

Commit 3b0d0dd

Browse files
committed
cleanup
1 parent f29c710 commit 3b0d0dd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
except ShellDetectionFailure: # pragma: no cover
1515
shell = None
1616

17-
needs_py38 = pytest.mark.skipif(sys.version_info < (3, 8), reason="requires python3.8+")
18-
1917
needs_py310 = pytest.mark.skipif(
2018
sys.version_info < (3, 10), reason="requires python3.10+"
2119
)

0 commit comments

Comments
 (0)