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

index c4aff336030c8d093607730b5c382d9569f21279..56970c9b4f72a268118cf949ba9d28b083af7767 100644 (file)
@@ -107,7 +107,7 @@ PYTEST_PLUGINS="pytest_flake8" \
 %if %{with tests}
 PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
 PYTEST_PLUGINS="pytest_flake8" \
-%{__python3} -m pytest tests -k 'not test_classic_package'
+%{__python3} -m pytest tests -k 'not test_classic_package and not test_meta_for_this_package'
 %endif
 %endif
 
This page took 0.160181 seconds and 4 git commands to generate.