- 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:
2025-09-22 13:14:56 +00:00
committed by Git OBS Bridge
parent e6c58a08e6
commit b66658215c
2 changed files with 7 additions and 0 deletions

View File

@@ -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>

View File

@@ -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