diff --git a/pkgs/development/python-modules/stytra/default.nix b/pkgs/development/python-modules/stytra/default.nix index 94f14cc09052..5af44d463921 100644 --- a/pkgs/development/python-modules/stytra/default.nix +++ b/pkgs/development/python-modules/stytra/default.nix @@ -13,7 +13,6 @@ imageio-ffmpeg, lightparam, matplotlib, - nose, numba, numpy, opencv4, @@ -74,7 +73,6 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ - nose pytestCheckHook pyserial ]; @@ -89,6 +87,5 @@ buildPythonPackage rec { homepage = "https://github.com/portugueslab/stytra"; license = licenses.gpl3Plus; maintainers = with maintainers; [ tbenst ]; - broken = true; # incompatible with pyqtgraph>0.13.0: https://github.com/portugueslab/stytra/issues/87 }; }