Don't skip some tests twice

We already skip those regardless of %bcond ci_tests.

[skip changelog]
This commit is contained in:
Miro Hrončok 2025-05-12 23:41:58 +02:00
commit afb013056b

View file

@ -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"