From afb013056bc6e48ff2fa79d81f31269c0e8e4a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 12 May 2025 23:41:58 +0200 Subject: [PATCH] Don't skip some tests twice We already skip those regardless of %bcond ci_tests. [skip changelog] --- python-tox.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/python-tox.spec b/python-tox.spec index ce6f68e..573a503 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -166,9 +166,6 @@ test -z $VIRTUALENV_WHEEL || k="${k-}${k+ and }not test_result_json_sequential" # The following tests either need internet connection or installed tox # so we only run them on the CI. %if %{without ci_tests} -k="${k-}${k+ and }not test_virtualenv_flipped_settings" -k="${k-}${k+ and }not test_virtualenv_env_ignored_if_set" -k="${k-}${k+ and }not test_virtualenv_env_used_if_not_set" k="${k-}${k+ and }not test_build_wheel_external" k="${k-}${k+ and }not keyboard_interrupt" k="${k-}${k+ and }not test_call_as_module"