[packages/python-pep517] - disable test_classic_package test (uses network)

qboosh qboosh at pld-linux.org
Tue Mar 22 21:07:44 CET 2022


commit 39a6e93ee059b87f8c9feca55e039033818e7529
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Mar 22 21:09:54 2022 +0100

    - disable test_classic_package test (uses network)

 python-pep517.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-pep517.spec b/python-pep517.spec
index 9c9a8b2..c4aff33 100644
--- a/python-pep517.spec
+++ b/python-pep517.spec
@@ -97,7 +97,7 @@ Dokumentacja API modułu Pythona pep517.
 %if %{with tests}
 PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
 PYTEST_PLUGINS="pytest_flake8" \
-%{__python} -m pytest tests
+%{__python} -m pytest tests -k 'not test_classic_package'
 %endif
 %endif
 
@@ -107,7 +107,7 @@ PYTEST_PLUGINS="pytest_flake8" \
 %if %{with tests}
 PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
 PYTEST_PLUGINS="pytest_flake8" \
-%{__python3} -m pytest tests
+%{__python3} -m pytest tests -k 'not test_classic_package'
 %endif
 %endif
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pep517.git/commitdiff/39a6e93ee059b87f8c9feca55e039033818e7529



More information about the pld-cvs-commit mailing list