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

This commit is contained in:
Martin Weinelt 2024-07-08 22:30:38 +02:00
parent 241da09d50
commit 304cf6275e
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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
];