From 615baf96d4621305328c5cdf5d71459dbc13dff0 Mon Sep 17 00:00:00 2001 From: K900 Date: Thu, 18 Dec 2025 13:11:14 +0300 Subject: [PATCH] pre-commit: skip a bunch of tests that try to access the network --- pkgs/by-name/pr/pre-commit/package.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pkgs/by-name/pr/pre-commit/package.nix b/pkgs/by-name/pr/pre-commit/package.nix index 087a7864a1a5..472187988ad1 100644 --- a/pkgs/by-name/pr/pre-commit/package.nix +++ b/pkgs/by-name/pr/pre-commit/package.nix @@ -178,6 +178,25 @@ python3Packages.buildPythonApplication rec { "test_swift_language" "test_run_example_executable" "test_run_dep" + "test_control_c_control_c_on_install" + "test_healthy_default_creator" + "test_healthy_venv_creator" + "test_invalidated_virtualenv" + "test_language_versioned_python_hook" + "test_local_python_repo" + "test_python_hook_weird_setup_cfg" + "test_really_long_file_paths" + "test_reinstall" + "test_repository_state_compatibility[v1]" + "test_repository_state_compatibility[v2]" + "test_simple_python_hook_default_version" + "test_simple_python_hook" + "test_unhealthy_old_virtualenv" + "test_unhealthy_python_goes_missing" + "test_unhealthy_system_version_changes" + "test_unhealthy_then_replaced" + "test_unhealthy_unexpected_pyvenv" + "test_unhealthy_with_version_change" # i don't know why these fail "test_install_existing_hooks_no_overwrite"