From b66658215cf8b66f6938020bc147eedac3f4b7df865fea16eec82accfae914fc Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 22 Sep 2025 13:14:56 +0000 Subject: [PATCH] - 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 --- python-pytest-cov.changes | 5 +++++ python-pytest-cov.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-pytest-cov.changes b/python-pytest-cov.changes index ac20653..89294a1 100644 --- a/python-pytest-cov.changes +++ b/python-pytest-cov.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 19 08:43:55 UTC 2025 - Markéta Machová + +- Skip tests failing with Python 3.14 + ------------------------------------------------------------------- Tue Sep 16 02:43:29 UTC 2025 - Steve Kowalik diff --git a/python-pytest-cov.spec b/python-pytest-cov.spec index 98b2cf7..44fc58a 100644 --- a/python-pytest-cov.spec +++ b/python-pytest-cov.spec @@ -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