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
, tifffile
, tqdm
, zarr
}:
buildPythonPackage rec {
@ -99,6 +100,7 @@ buildPythonPackage rec {
scipy
tensorflow
tifffile
zarr
];
disabledTestPaths = [
@ -123,6 +125,7 @@ buildPythonPackage rec {
"tensorflow_datasets/image/lsun_test.py"
# 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"
# Fails with `TypeError: Constant constructor takes either 0 or 2 positional arguments`