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

This commit is contained in:
Martin Weinelt
2024-07-09 17:13:02 +02:00
parent bf04c9e4bd
commit 64a824adc3
@@ -3,7 +3,7 @@
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
pynose,
nose,
mock,
}:
@@ -24,8 +24,11 @@ buildPythonPackage rec {
--replace-fail "assertEquals" "assertEqual"
'';
# tests rely on nose
doCheck = pythonOlder "3.12";
nativeCheckInputs = [
pynose
nose
mock
];