Skip to content

Commit cafaddb

Browse files
committed
Remove an unnecessary test skipif
1 parent 6252cc2 commit cafaddb

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/test_pytest_mypy.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ def pyfunc(x: int) -> int:
6464
PYTEST_VERSION < Version("7.4"),
6565
reason="https://github.com/pytest-dev/pytest/pull/10935",
6666
)
67-
@pytest.mark.skipif(
68-
PYTHON_VERSION < Version("3.10"),
69-
reason="PEP 597 was added in Python 3.10.",
70-
)
7167
@pytest.mark.skipif(
7268
PYTHON_VERSION >= Version("3.12") and MYPY_VERSION < Version("1.5"),
7369
reason="https://github.com/python/mypy/pull/15558",

0 commit comments

Comments
 (0)