python3Packages.onnx: reduce test dependencies
This commit is contained in:
@@ -19,12 +19,9 @@
|
|||||||
typing-extensions,
|
typing-extensions,
|
||||||
|
|
||||||
# tests
|
# tests
|
||||||
google-re2,
|
|
||||||
nbval,
|
|
||||||
parameterized,
|
parameterized,
|
||||||
pillow,
|
pillow,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
tabulate,
|
|
||||||
writableTmpDirAsHomeHook,
|
writableTmpDirAsHomeHook,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@@ -63,13 +60,9 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
google-re2
|
|
||||||
ml-dtypes
|
|
||||||
nbval
|
|
||||||
parameterized
|
parameterized
|
||||||
pillow
|
pillow
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
tabulate
|
|
||||||
writableTmpDirAsHomeHook
|
writableTmpDirAsHomeHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user