hydrus: revert to nose, disable tests on 3.12

This commit is contained in:
Martin Weinelt 2024-07-09 15:52:00 +02:00
parent 400cb9b73a
commit fae12c5929
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -6,6 +6,7 @@
, enableSwftools ? false
, swftools
, python3Packages
, pythonOlder
, qtbase
, qtcharts
, makeDesktopItem
@ -81,8 +82,11 @@ python3Packages.buildPythonPackage rec {
twisted
];
# tests rely on nose
doCheck = pythonOlder "3.12";
nativeCheckInputs = with python3Packages; [
pynose
nose
mock
httmock
];