Unverified Commit a592317b authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.onnx: reduce test dependencies (#462278)

parents 303ddf67 0df9dcff
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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
  ];