17
0

2 Commits

2 changed files with 9 additions and 2 deletions

View File

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

View File

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