Manually deselect the xonsh tests to workaround broken automatic skip
This commit is contained in:
parent
ac53477402
commit
c194fcd180
@ -133,7 +133,11 @@ unset SOURCE_DATE_EPOCH
|
||||
# - test_acquire_find_wheel.py (whole file)
|
||||
# Uses disabled functionalities around automatic updates:
|
||||
# - test_periodic_update.py (whole file)
|
||||
%pytest -vv -k "not test_acquire_find_wheel and not test_periodic_update and not test_wheel_ and not test_download_ and not test_base_bootstrap_via_pip_invoke and not test_seed_link_via_app_data"
|
||||
# Workaround xonsh tests not being skipped when xonsh is missing:
|
||||
# - test_xonsh
|
||||
# - https://github.com/pypa/virtualenv/issues/2014
|
||||
# - https://github.com/pypa/virtualenv/pull/2013
|
||||
%pytest -vv -k "not test_acquire_find_wheel and not test_periodic_update and not test_wheel_ and not test_download_ and not test_base_bootstrap_via_pip_invoke and not test_seed_link_via_app_data and not xonsh"
|
||||
|
||||
rm -r tmp_path
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user