python312Packages.blosc2: torch is not used when testing wheels (#382961)
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
# tests
|
||||
psutil,
|
||||
pytestCheckHook,
|
||||
torch,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -69,7 +68,6 @@ buildPythonPackage rec {
|
||||
nativeCheckInputs = [
|
||||
psutil
|
||||
pytestCheckHook
|
||||
torch
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
|
||||
Reference in New Issue
Block a user