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