python312Packages.uvcclient: re-enable tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user