Unverified Commit fae12c59 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

hydrus: revert to nose, disable tests on 3.12

parent 400cb9b7
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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
  ];