[packages/python-recommonmark] - no sphinx tests
baggins
baggins at pld-linux.org
Sat Mar 15 11:36:25 CET 2025
commit 9048542df6facb402a585002a522dd8303f81da2
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Mar 15 11:34:24 2025 +0100
- no sphinx tests
python-recommonmark.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/python-recommonmark.spec b/python-recommonmark.spec
index 63effe9..2a7a595 100644
--- a/python-recommonmark.spec
+++ b/python-recommonmark.spec
@@ -95,7 +95,8 @@ Dokumentacja modułu Pythona recommonmark.
%if %{with tests}
# skip: python2 uses different XML formatting, tests expect python3 formatting
-%{__python} -m pytest tests -k 'not CustomExtensionTests'
+# sphinx tests are too dependent on Sphinx version
+%{__python} -m pytest tests -k 'not CustomExtensionTests and not test_sphinx'
%endif
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-recommonmark.git/commitdiff/9048542df6facb402a585002a522dd8303f81da2
More information about the pld-cvs-commit
mailing list