[packages/python3-coverage] - some tests update (but not working)
qboosh
qboosh at pld-linux.org
Fri Jun 27 18:57:22 CEST 2025
commit 889a554fccde75a1aa3189986ce1920c98523d43
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Jun 27 18:58:45 2025 +0200
- some tests update (but not working)
python3-coverage.spec | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/python3-coverage.spec b/python3-coverage.spec
index 5863763..7e2d1d8 100644
--- a/python3-coverage.spec
+++ b/python3-coverage.spec
@@ -66,13 +66,17 @@ kodu, który mógłby zostać wykonany, ale nie był.
%build
%py3_build
+export PYTHONPATH=$(echo $(pwd)/build-3/lib.*)
%if %{with tests}
-%{__python3} igor.py test_with_tracer py
-%{__python3} igor.py test_with_tracer c
+%{__python3} igor.py zip_mods
+%{__python3} igor.py test_with_core ctrace
+%{__python3} igor.py test_with_core sysmon
+%{__python3} igor.py remove_extension
+%{__python3} igor.py test_with_core pytrace
%endif
%if %{with doc}
-sphinx-build -b html -aqE doc doc/_build/html
+sphinx-build-3 -b html -aqE doc doc/_build/html
%endif
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-coverage.git/commitdiff/889a554fccde75a1aa3189986ce1920c98523d43
More information about the pld-cvs-commit
mailing list