- 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
This commit is contained in:
parent
14b618b1b0
commit
7da64be615
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 30 08:16:55 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- 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 <daniel.garcia@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user