diff --git a/pkgs/development/python-modules/pip-tools/default.nix b/pkgs/development/python-modules/pip-tools/default.nix index e99af8e27a02..73c8e6cbfb5b 100644 --- a/pkgs/development/python-modules/pip-tools/default.nix +++ b/pkgs/development/python-modules/pip-tools/default.nix @@ -74,6 +74,9 @@ buildPythonPackage rec { "test_get_hashes_from_mixed" "test_toggle_reuse_hashes_local_repository" "test_generate_hashes_all_platforms" + "test_iter_dependencies_after_combine_install_requirements" + "test_iter_dependencies_after_combine_install_requirements_extras" + "test_name_collision" # Assertion error "test_compile_recursive_extras" "test_compile_build_targets_setuptools_no_wheel_dep"