Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 692c0fc0a4 | |||
| 3d6c857f58 |
@@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Wed Sep 10 11:31:34 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
|
||||||
|
|
||||||
- Skip test_highlight, it's failing with latest pygments
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 11 11:31:25 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
Wed Jun 11 11:31:25 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-redbaron
|
# spec file for package python-redbaron
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -57,8 +57,7 @@ IPython.
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
rm -r tests/__pycache__
|
rm -r tests/__pycache__
|
||||||
# test_hightlight fails with current python-pygments
|
%pytest
|
||||||
%pytest -k "not test_highlight"
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc CHANGELOG README.md
|
%doc CHANGELOG README.md
|
||||||
|
|||||||
Reference in New Issue
Block a user