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 201bb14 commit 159d120Copy full SHA for 159d120
src/pytest_cases/common_pytest_marks.py
@@ -44,6 +44,7 @@
44
PYTEST7_OR_GREATER = PYTEST_VERSION >= Version('7.0.0')
45
PYTEST71_OR_GREATER = PYTEST_VERSION >= Version('7.1.0')
46
PYTEST8_OR_GREATER = PYTEST_VERSION >= Version('8.0.0')
47
+PYTEST81_OR_GREATER = PYTEST_VERSION >= Version('8.1.0')
48
PYTEST811 = PYTEST_VERSION == Version('8.1.1')
49
50
0 commit comments