diff --git a/tests/test_pytest_cov.py b/tests/test_pytest_cov.py index 84fe42ba..8a822845 100644 --- a/tests/test_pytest_cov.py +++ b/tests/test_pytest_cov.py @@ -1555,7 +1555,8 @@ def test_foo(): SCRIPT_SIMPLE_RESULT = '4 * 100%' - +@pytest.mark.skipif('tuple(map(int, xdist.__version__.split("."))) >= (3, 0, 2)', + reason="--boxed option was removed in version 3.0.2") @pytest.mark.skipif('sys.platform == "win32"') def test_dist_boxed(testdir): script = testdir.makepyfile(SCRIPT_SIMPLE)