Skip to content

Commit

Permalink
Update python-pytest-cov to version 4.0.0 / rev 27 via SR 1039059
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1039059
by user dgarcia + dimstar_suse
- Disable test_dist_boxed, broken with latest version of pytest-xdist,
  gh#pytest-dev/pytest-cov#565
  • Loading branch information
dgarcia authored and bmwiedemann committed Nov 30, 2022
1 parent ebd059b commit c0c1760
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
Binary file modified packages/p/python-pytest-cov/.files
Binary file not shown.
10 changes: 10 additions & 0 deletions packages/p/python-pytest-cov/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,14 @@
</comment>
<requestid>1038610</requestid>
</revision>
<revision rev="27" vrev="2">
<srcmd5>a489dcb4c3cb0cee6212f2ef1c3d8b23</srcmd5>
<version>4.0.0</version>
<time>1669816813</time>
<user>dimstar_suse</user>
<comment>- Disable test_dist_boxed, broken with latest version of pytest-xdist,
gh#pytest-dev/pytest-cov#565
</comment>
<requestid>1039059</requestid>
</revision>
</revisionlist>
6 changes: 6 additions & 0 deletions packages/p/python-pytest-cov/python-pytest-cov.changes
Original file line number Diff line number Diff line change
@@ -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>

Expand Down
2 changes: 2 additions & 0 deletions packages/p/python-pytest-cov/python-pytest-cov.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c0c1760

Please sign in to comment.