mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 19:24:20 +00:00
python312Packages.hkdf: revert to nose, disable tests on 3.12
This commit is contained in:
parent
c886f78af3
commit
a9ceebaed6
@ -2,7 +2,8 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pynose,
|
||||
pythonOlder,
|
||||
nose,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
@ -22,7 +23,10 @@ buildPythonPackage {
|
||||
|
||||
pythonImportsCheck = [ "hkdf" ];
|
||||
|
||||
nativeCheckInputs = [ pynose ];
|
||||
# tests rely on nose
|
||||
doCheck = pythonOlder "3.12";
|
||||
|
||||
nativeCheckInputs = [ nose ];
|
||||
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
|
Loading…
Reference in New Issue
Block a user