forked from pool/python-pytest-cov
- Skip tests failing with Python 3.14
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-cov?expand=0&rev=53
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 19 08:43:55 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Skip tests failing with Python 3.14
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 16 02:43:29 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -84,6 +84,8 @@ donttest+=" or test_celery"
|
||||
donttest+=" or test_subprocess_with_path_aliasing or test_central_subprocess"
|
||||
donttest+=" or test_dist_subprocess_not_collocated or test_cleanup_on_sigterm"
|
||||
donttest+=" or test_append_coverage_subprocess or test_dist_subprocess_collocated"
|
||||
# Broken with Python 3.14 https://github.com/pytest-dev/pytest-cov/issues/719
|
||||
donttest+=" or test_contexts"
|
||||
%pytest -v -k "not (${donttest})"
|
||||
%endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user