diff --git a/python-pytest-cov.changes b/python-pytest-cov.changes index b5997fa..d6ee6c5 100644 --- a/python-pytest-cov.changes +++ b/python-pytest-cov.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 30 08:16:55 UTC 2022 - Daniel Garcia + +- Disable test_dist_boxed, broken with latest version of pytest-xdist, + gh#pytest-dev/pytest-cov#565 + ------------------------------------------------------------------- Mon Nov 28 09:31:24 UTC 2022 - Daniel Garcia diff --git a/python-pytest-cov.spec b/python-pytest-cov.spec index c0071b0..de7ba6c 100644 --- a/python-pytest-cov.spec +++ b/python-pytest-cov.spec @@ -79,6 +79,8 @@ donttest="test_dist_missing_data or test_central_subprocess_change_cwd_with_pyth # Tests broken with the latest version of python-coverage (6.5.0) # gh#pytest-dev/pytest-cov#570 donttest+=" or test_contexts" +# gh#pytest-dev/pytest-cov#565 +donttest+=" or test_dist_boxed" %python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}:$PWD/tests py.test-%{$python_bin_suffix} -v -k "not (${donttest})" %endif