You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
454 B
13 lines
454 B
diff --git a/tests/test_pytest_cov.py b/tests/test_pytest_cov.py
|
|
index 23153ee..5fc0ea1 100644
|
|
--- a/tests/test_pytest_cov.py
|
|
+++ b/tests/test_pytest_cov.py
|
|
@@ -1917,6 +1917,7 @@ EXPECTED_CONTEXTS = {
|
|
|
|
|
|
@pytest.mark.skipif("coverage.version_info < (5, 0)")
|
|
+@pytest.mark.skipif("coverage.version_info > (6, 4)")
|
|
@xdist_params
|
|
def test_contexts(pytester, testdir, opts):
|
|
with open(os.path.join(os.path.dirname(__file__), "contextful.py")) as f:
|