Unverified Commit e103b83b authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #296162 from mweinelt/pylacrosse-pynose

python312Packages.pylacrosse: substitute nose with pynose
parents c5bada18 9aaa540d
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
  ];