From: Jakub Bogusz Date: Tue, 22 Mar 2022 20:13:53 +0000 (+0100) Subject: - disable also test_meta_for_this_package python3 test (uses network too) X-Git-Tag: auto/th/python-pep517-0.10.0-1~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=4c6cd005427f904b1b60817e7d421ec70b4d2fde;p=packages%2Fpython-pep517.git - disable also test_meta_for_this_package python3 test (uses network too) --- diff --git a/python-pep517.spec b/python-pep517.spec index c4aff33..56970c9 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' +%{__python3} -m pytest tests -k 'not test_classic_package and not test_meta_for_this_package' %endif %endif