diff --git a/python-pytest-virtualenv.spec b/python-pytest-virtualenv.spec index 5eed1f9..4ec7326 100644 --- a/python-pytest-virtualenv.spec +++ b/python-pytest-virtualenv.spec @@ -74,7 +74,7 @@ what's installed. %check %if %{with test} # Requires network access -%pytest -k 'not test_installed_packages' +%pytest -k 'not (test_installed_packages or test_install_)' %endif %if !%{with test}