[packages/python-gast] - cleanup

qboosh qboosh at pld-linux.org
Tue Oct 28 20:13:55 CET 2025


commit ec0f28b1f2612abf9eddb4a18cbe2de57ac39e25
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Oct 28 20:13:52 2025 +0100

    - cleanup

 python-gast.spec | 13 -------------
 1 file changed, 13 deletions(-)
---
diff --git a/python-gast.spec b/python-gast.spec
index 7b28b77..def2c67 100644
--- a/python-gast.spec
+++ b/python-gast.spec
@@ -65,30 +65,17 @@ standardowego modułu "ast".
 %build
 %if %{with python2}
 %py_build
-# deprecated target, but sometimes still used: %{?with_tests:test}
 
 %if %{with tests}
-#PYTHONPATH=$(pwd)
 %{__python} -m unittest discover -s tests
-# -t $(pwd)
-## use explicit plugins list for reliable builds (delete PYTEST_PLUGINS if empty)
-#PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
-#PYTEST_PLUGINS= \
-#%{__python} -m pytest ...
 %endif
 %endif
 
 %if %{with python3}
 %py3_build
-# deprecated target, but sometimes still used: %{?with_tests:test}
 
 %if %{with tests}
-#PYTHONPATH=$(pwd)
 %{__python3} -m unittest discover -s tests
-## use explicit plugins list for reliable builds (delete PYTEST_PLUGINS if empty)
-#PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
-#PYTEST_PLUGINS= \
-#%{__python3} -m pytest ...
 %endif
 %endif
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-gast.git/commitdiff/ec0f28b1f2612abf9eddb4a18cbe2de57ac39e25



More information about the pld-cvs-commit mailing list