From 54ba79b094f3cc397fff3f1bc07e05ccfd23cbf5a6c5560b9033441db5dbd18c Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 22 Oct 2024 06:23:08 +0000 Subject: [PATCH] skip more tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-virtualenv?expand=0&rev=15 --- python-pytest-virtualenv.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}