python3Packages.hydra-core: skip failing test (#522572)
This commit is contained in:
@@ -28,6 +28,7 @@ buildPythonPackage (finalAttrs: {
|
||||
pname = "hydra-core";
|
||||
version = "1.3.2";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "facebookresearch";
|
||||
@@ -81,8 +82,12 @@ buildPythonPackage (finalAttrs: {
|
||||
"test_bash_completion_with_dot_in_path"
|
||||
"test_install_uninstall"
|
||||
"test_config_search_path"
|
||||
|
||||
# does not raise UserWarning
|
||||
"test_initialize_compat_version_base"
|
||||
|
||||
# AssertionError: Regex pattern did not match
|
||||
"test_initialize_bad_version_base"
|
||||
]
|
||||
++ lib.optionals (pythonAtLeast "3.13") [
|
||||
# AssertionError: Regex pattern did not match
|
||||
|
||||
Reference in New Issue
Block a user