Summary: Tool to create isolated Python environments
Summary: Tool to create isolated Python environments
@ -126,8 +126,6 @@ unset SOURCE_DATE_EPOCH
# Skip tests which requires internet or some extra dependencies
# Skip tests which requires internet or some extra dependencies
# Requires internet:
# Requires internet:
# - test_download_*
# - test_download_*
# Detects system Python even it should not (problem with mock?):
# - test_py_info_to_system_raises
# Uses disabled functionalities around bundled wheels:
# Uses disabled functionalities around bundled wheels:
# - test_wheel_*
# - test_wheel_*
# - test_seed_link_via_app_data
# - test_seed_link_via_app_data
@ -135,7 +133,7 @@ unset SOURCE_DATE_EPOCH
# - test_acquire_find_wheel.py (whole file)
# - test_acquire_find_wheel.py (whole file)
# Uses disabled functionalities around automatic updates:
# Uses disabled functionalities around automatic updates:
# - test_periodic_update.py (whole file)
# - test_periodic_update.py (whole file)
%pytest -vv -k "not test_acquire_find_wheel and not test_periodic_update and not test_py_info_to_system_raises and not test_wheel_ and not test_download_ and not test_base_bootstrap_via_pip_invoke and not test_seed_link_via_app_data"
%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"