python312Packages.http-ece: revert to nose, disable tests on 3.12

This commit is contained in:
Martin Weinelt 2024-07-08 22:36:58 +02:00
parent cb1a1c9164
commit 3bd1aeb99f
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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; {