python310Packages.tensorflow-datasets: fix tests
This commit is contained in:
parent
3bb47517fa
commit
3a2a763a42
@ -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`
|
||||||
|
Loading…
Reference in New Issue
Block a user