mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 16:53:21 +00:00
python312Packages.http-ece: revert to nose, disable tests on 3.12
This commit is contained in:
parent
cb1a1c9164
commit
3bd1aeb99f
@ -4,7 +4,8 @@
|
||||
cryptography,
|
||||
fetchPypi,
|
||||
mock,
|
||||
pynose,
|
||||
nose,
|
||||
pythonOlder,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -25,9 +26,11 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ cryptography ];
|
||||
|
||||
doCheck = pythonOlder "3.12";
|
||||
|
||||
nativeCheckInputs = [
|
||||
mock
|
||||
pynose
|
||||
nose
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user