Unverified Commit 9aaa540d authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python312Packages.pylacrosse: substitute nose with pynose

Fixes the build on Python 3.12.
parent 286f17d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, mock
, nose
, pynose
, pyserial
, pytestCheckHook
, pythonOlder
@@ -33,7 +33,7 @@ buildPythonPackage rec {

  nativeCheckInputs = [
    mock
    nose
    pynose
    pytestCheckHook
  ];