From: Jakub Bogusz Date: Tue, 22 Mar 2022 20:17:25 +0000 (+0100) Subject: - one more network test on python3 X-Git-Tag: auto/th/python-pep517-0.10.0-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=7e62171ef48c6bbfdc343e3f8f88653c2be2a2b9;p=packages%2Fpython-pep517.git - one more network test on python3 --- diff --git a/python-pep517.spec b/python-pep517.spec index 56970c9..9692d16 100644 --- a/python-pep517.spec +++ b/python-pep517.spec @@ -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 and not test_meta_for_this_package' +%{__python3} -m pytest tests -k 'not test_classic_package and not test_meta_for_this_package and not test_meta_output' %endif %endif