forked from pool/python-pytest-examples
- Skip tests failing with ruff 0.12.9
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-examples?expand=0&rev=23
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user