hydrus: revert to nose, disable tests on 3.12
This commit is contained in:
parent
400cb9b73a
commit
fae12c5929
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user