[packages/python3-jaraco.text] - run doctests
qboosh
qboosh at pld-linux.org
Sat Nov 29 21:51:55 CET 2025
commit ee174956bc320be8d2d62720288eae7e2c6bbd8a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Nov 29 21:52:04 2025 +0100
- run doctests
python3-jaraco.text.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python3-jaraco.text.spec b/python3-jaraco.text.spec
index a725292..8e650eb 100644
--- a/python3-jaraco.text.spec
+++ b/python3-jaraco.text.spec
@@ -1,7 +1,7 @@
#
# Conditional build:
%bcond_without doc # API documentation
-%bcond_with tests # unit tests (missing in sdist)
+%bcond_without tests # unit tests (doctests)
Summary: Module for text manipulation
Summary(pl.UTF-8): Moduł do operacji na tekście
@@ -91,7 +91,7 @@ EOF
%if %{with tests}
PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
-%{__python3} -m pytest tests
+%{__python3} -m pytest jaraco
%endif
%if %{with doc}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-jaraco.text.git/commitdiff/ee174956bc320be8d2d62720288eae7e2c6bbd8a
More information about the pld-cvs-commit
mailing list