python312Packages.blosc2: torch is no used when testing wheels
https://github.com/omaech/python-blosc2/commit/1b695da7ef53d7a72c8267866b284b175021b34c
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