We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6252cc2 commit cafaddbCopy full SHA for cafaddb
1 file changed
tests/test_pytest_mypy.py
@@ -64,10 +64,6 @@ def pyfunc(x: int) -> int:
64
PYTEST_VERSION < Version("7.4"),
65
reason="https://github.com/pytest-dev/pytest/pull/10935",
66
)
67
-@pytest.mark.skipif(
68
- PYTHON_VERSION < Version("3.10"),
69
- reason="PEP 597 was added in Python 3.10.",
70
-)
71
@pytest.mark.skipif(
72
PYTHON_VERSION >= Version("3.12") and MYPY_VERSION < Version("1.5"),
73
reason="https://github.com/python/mypy/pull/15558",
0 commit comments