python312Packages.uvcclient: re-enable tests

This commit is contained in:
John Chadwick
2024-07-10 19:26:30 -04:00
parent 6efa41df1f
commit b25926136e
@@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
nose,
mock,
}:
@@ -24,9 +23,6 @@ buildPythonPackage rec {
--replace-fail "assertEquals" "assertEqual"
'';
# tests rely on nose
doCheck = pythonOlder "3.12";
nativeCheckInputs = [
nose
mock