python312Packages.pylacrosse: substitute nose with pynose

Fixes the build on Python 3.12.
This commit is contained in:
Martin Weinelt
2024-03-15 15:16:42 +01:00
parent 286f17d7e6
commit 9aaa540da1
@@ -2,7 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, mock
, nose
, pynose
, pyserial
, pytestCheckHook
, pythonOlder
@@ -33,7 +33,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
mock
nose
pynose
pytestCheckHook
];