]> git.pld-linux.org Git - packages/python-pep517.git/commitdiff
- disable test_classic_package test (uses network)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 22 Mar 2022 20:09:54 +0000 (21:09 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 22 Mar 2022 20:09:54 +0000 (21:09 +0100)
python-pep517.spec

index 9c9a8b29b15bf39b0d0f6ab00d1f1f65ac5912e3..c4aff336030c8d093607730b5c382d9569f21279 100644 (file)
@@ -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
 
This page took 0.123962 seconds and 4 git commands to generate.