python310Packages.tensorflow-datasets: fix tests

This commit is contained in:
Sandro Jäckel 2022-09-10 21:19:14 +02:00
parent 3bb47517fa
commit 3a2a763a42
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -37,6 +37,7 @@
, termcolor , termcolor
, tifffile , tifffile
, tqdm , tqdm
, zarr
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -99,6 +100,7 @@ buildPythonPackage rec {
scipy scipy
tensorflow tensorflow
tifffile tifffile
zarr
]; ];
disabledTestPaths = [ disabledTestPaths = [
@ -123,6 +125,7 @@ buildPythonPackage rec {
"tensorflow_datasets/image/lsun_test.py" "tensorflow_datasets/image/lsun_test.py"
# Requires `envlogger` which is not packaged in `nixpkgs`. # Requires `envlogger` which is not packaged in `nixpkgs`.
"tensorflow_datasets/rlds/locomotion/locomotion_test.py"
"tensorflow_datasets/rlds/robosuite_panda_pick_place_can/robosuite_panda_pick_place_can_test.py" "tensorflow_datasets/rlds/robosuite_panda_pick_place_can/robosuite_panda_pick_place_can_test.py"
# Fails with `TypeError: Constant constructor takes either 0 or 2 positional arguments` # Fails with `TypeError: Constant constructor takes either 0 or 2 positional arguments`