python3.pkgs.hydra-core: fix tests with setuptools 67.5.0+
This commit is contained in:
parent
91991a339a
commit
22b8748c42
@ -4,6 +4,7 @@
|
||||
, antlr4-python3-runtime
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, importlib-resources
|
||||
, jre_headless
|
||||
, omegaconf
|
||||
@ -32,6 +33,12 @@ buildPythonPackage rec {
|
||||
src = ./antlr4.patch;
|
||||
antlr_jar = "${antlr4.out}/share/java/antlr-${antlr4.version}-complete.jar";
|
||||
})
|
||||
# https://github.com/facebookresearch/hydra/pull/2731
|
||||
(fetchpatch {
|
||||
name = "setuptools-67.5.0-test-compatibility.patch";
|
||||
url = "https://github.com/facebookresearch/hydra/commit/25873841ed8159ab25a0c652781c75cc4a9d6e08.patch";
|
||||
hash = "sha256-oUfHlJP653o3RDtknfb8HaaF4fpebdR/OcbKHzJFK/Q=";
|
||||
})
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user