nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge pull request #246922 from tjni/hydra-core

python3.pkgs.hydra-core: fix tests with setuptools 67.5.0+

authored by

Robert Scott and committed by
GitHub
d29508c4 fef2dfa3

+7
+7
pkgs/development/python-modules/hydra-core/default.nix
··· 4 4 , antlr4-python3-runtime 5 5 , buildPythonPackage 6 6 , fetchFromGitHub 7 + , fetchpatch 7 8 , importlib-resources 8 9 , jre_headless 9 10 , omegaconf ··· 32 31 (substituteAll { 33 32 src = ./antlr4.patch; 34 33 antlr_jar = "${antlr4.out}/share/java/antlr-${antlr4.version}-complete.jar"; 34 + }) 35 + # https://github.com/facebookresearch/hydra/pull/2731 36 + (fetchpatch { 37 + name = "setuptools-67.5.0-test-compatibility.patch"; 38 + url = "https://github.com/facebookresearch/hydra/commit/25873841ed8159ab25a0c652781c75cc4a9d6e08.patch"; 39 + hash = "sha256-oUfHlJP653o3RDtknfb8HaaF4fpebdR/OcbKHzJFK/Q="; 35 40 }) 36 41 ]; 37 42