[projects/template-specs] - don't suggest setup.py test for python3, no longer supported by python3-setuptools
qboosh
qboosh at pld-linux.org
Fri Jul 4 18:29:58 CEST 2025
commit 241710b89a30ca1d8cde168800139d1d22d480b1
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Jul 4 18:31:29 2025 +0200
- don't suggest setup.py test for python3, no longer supported by python3-setuptools
python-ext.spec | 1 -
python.spec | 1 -
python3-ext.spec | 1 -
python3.spec | 1 -
4 files changed, 4 deletions(-)
---
diff --git a/python-ext.spec b/python-ext.spec
index bcb134d..fd201f3 100644
--- a/python-ext.spec
+++ b/python-ext.spec
@@ -99,7 +99,6 @@ PYTEST_PLUGINS= \
%if %{with python3}
%py3_build
-# deprecated target, but sometimes still used: %{?with_tests:test}
%if %{with tests}
# use explicit plugins list for reliable builds (delete PYTEST_PLUGINS if empty)
diff --git a/python.spec b/python.spec
index 894f485..e537741 100644
--- a/python.spec
+++ b/python.spec
@@ -102,7 +102,6 @@ PYTEST_PLUGINS= \
%if %{with python3}
%py3_build
-# deprecated target, but sometimes still used: %{?with_tests:test}
%if %{with tests}
# use explicit plugins list for reliable builds (delete PYTEST_PLUGINS if empty)
diff --git a/python3-ext.spec b/python3-ext.spec
index 4768a1d..07051f0 100644
--- a/python3-ext.spec
+++ b/python3-ext.spec
@@ -72,7 +72,6 @@ Dokumentacja API modułu Pythona %{module}.
%build
# if setup.py
%py3_build
-# deprecated target, but sometimes still used: %{?with_tests:test}
%if %{with tests}
# use explicit plugins list for reliable builds (delete PYTEST_PLUGINS if empty)
diff --git a/python3.spec b/python3.spec
index 42d77c0..10fbb59 100644
--- a/python3.spec
+++ b/python3.spec
@@ -74,7 +74,6 @@ Dokumentacja API modułu Pythona %{module}.
%build
# if setup.py
%py3_build
-# deprecated target, but sometimes still used: %{?with_tests:test}
%if %{with tests}
# use explicit plugins list for reliable builds (delete PYTEST_PLUGINS if empty)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/template-specs.git/commitdiff/241710b89a30ca1d8cde168800139d1d22d480b1
More information about the pld-cvs-commit
mailing list