From ea57d4e8074b925dc7c2fbd03bf7e39ea3b9c380 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 17 Mar 2024 18:32:03 +0100 Subject: [PATCH] python311Packages.hydra-core: disable failing test --- pkgs/development/python-modules/hydra-core/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/hydra-core/default.nix b/pkgs/development/python-modules/hydra-core/default.nix index 0f984e835f23..fb73910aaf1f 100644 --- a/pkgs/development/python-modules/hydra-core/default.nix +++ b/pkgs/development/python-modules/hydra-core/default.nix @@ -73,6 +73,8 @@ buildPythonPackage rec { "test_bash_completion_with_dot_in_path" "test_install_uninstall" "test_config_search_path" + # does not raise UserWarning + "test_initialize_compat_version_base" ]; disabledTestPaths = [