python312Packages.pylacrosse: revert to nose, disable tests on 3.12

This commit is contained in:
Martin Weinelt
2024-07-09 17:13:00 +02:00
parent 241da09d50
commit 304cf6275e
@@ -3,7 +3,7 @@
buildPythonPackage,
fetchFromGitHub,
mock,
pynose,
nose,
pyserial,
pytestCheckHook,
pythonOlder,
@@ -30,9 +30,11 @@ buildPythonPackage rec {
propagatedBuildInputs = [ pyserial ];
doCheck = pythonOlder "3.12";
nativeCheckInputs = [
mock
pynose
nose
pytestCheckHook
];