Don't skip some tests twice
We already skip those regardless of %bcond ci_tests. [skip changelog]
This commit is contained in:
parent
2d52eab0d1
commit
afb013056b
1 changed files with 0 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue