python3Packages.onnx: reduce test dependencies

This commit is contained in:
Robert Schütz
2025-11-16 07:44:27 -08:00
parent 74d29a0670
commit 0df9dcffbf

View File

@@ -19,12 +19,9 @@
typing-extensions,
# tests
google-re2,
nbval,
parameterized,
pillow,
pytestCheckHook,
tabulate,
writableTmpDirAsHomeHook,
}:
@@ -63,13 +60,9 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
google-re2
ml-dtypes
nbval
parameterized
pillow
pytestCheckHook
tabulate
writableTmpDirAsHomeHook
];