raven/base/python-pytest-cov/python-pytest-cov-coverage-6.5.patch
2024-02-21 13:47:54 +06:00

13 lines
454 B
Diff

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: