2025-08-18 11:57:49 +00:00
committed by Git OBS Bridge
parent 9a16346eea
commit 1c227bcc29
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 18 11:40:41 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Skip tests failing with ruff 0.12.9
-------------------------------------------------------------------
Fri Jul 4 06:12:42 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -58,7 +58,8 @@ It can also update code examples in place to format them and insert or update pr
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest -k 'not test_run_example_ok_fail'
# ruff slightly changed its error output formatting https://github.com/astral-sh/ruff/issues/19966
%pytest -k 'not (test_run_example_ok_fail or test_ruff_offset or test_ruff_error)'
%files %{python_files}
%license LICENSE