- 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
This commit is contained in:
2025-07-01 03:14:57 +00:00
committed by Git OBS Bridge
parent 78715e56ee
commit df9c9f06a3
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 1 03:14:44 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Skip a test that breaks with Pytest 8.4.
-------------------------------------------------------------------
Fri May 2 07:22:27 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

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