1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

hydrus: re-enable tests on 3.12

This commit is contained in:
John Chadwick 2024-07-09 19:22:40 -04:00
parent f5a03f4035
commit bf05070350

View file

@ -82,9 +82,6 @@ python3Packages.buildPythonPackage rec {
twisted
];
# tests rely on nose
doCheck = pythonOlder "3.12";
nativeCheckInputs = with python3Packages; [
nose
mock