From df9c9f06a3cbd2812899b7e9433e46d13a65a286763e28f2b0be29120c3a5a27 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 1 Jul 2025 03:14:57 +0000 Subject: [PATCH] - Skip a test that breaks with Pytest 8.4. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-relaxed?expand=0&rev=31 --- python-pytest-relaxed.changes | 5 +++++ python-pytest-relaxed.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-pytest-relaxed.changes b/python-pytest-relaxed.changes index 9da42a1..2e0ebaf 100644 --- a/python-pytest-relaxed.changes +++ b/python-pytest-relaxed.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 1 03:14:44 UTC 2025 - Steve Kowalik + +- Skip a test that breaks with Pytest 8.4. + ------------------------------------------------------------------- Fri May 2 07:22:27 UTC 2025 - Steve Kowalik diff --git a/python-pytest-relaxed.spec b/python-pytest-relaxed.spec index df10454..01598d1 100644 --- a/python-pytest-relaxed.spec +++ b/python-pytest-relaxed.spec @@ -52,7 +52,8 @@ export LANG=en_US.UTF-8 %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest tests +# Broken with pytest 8.4. +%pytest -k 'not test_skips_pytest_fixtures' tests %files %{python_files} %license LICENSE