forked from pool/python-readme_renderer
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 858e65fbe8 | |||
| 4536e9bdd5 | |||
| 53cc02d6bf | |||
| 6bed2955da | |||
| 4d2fbfbe87 | |||
| f57734f9a9 |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 22 12:01:13 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Skip broken test with latest docutils, gh#pypa/readme_renderer#332
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 20 15:29:01 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-readme_renderer
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -59,7 +59,9 @@ long_description for packages.
|
||||
|
||||
%check
|
||||
export LANG=en_US.UTF-8
|
||||
%pytest
|
||||
# gh#pypa/readme_renderer#332
|
||||
donttest="test_cli_explicit_format"
|
||||
%pytest -k "not $donttest"
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
||||
Reference in New Issue
Block a user