From 7da64be615d61234e2ec6e300f1b2ce9002f4970ddd8a6d80c25e63257e456ef Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 30 Nov 2022 08:19:39 +0000 Subject: [PATCH] - Disable test_dist_boxed, broken with latest version of pytest-xdist, gh#pytest-dev/pytest-cov#565 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-cov?expand=0&rev=37 --- python-pytest-cov.changes | 6 ++++++ python-pytest-cov.spec | 2 ++ 2 files changed, 8 insertions(+) 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