tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.tensorflow-datasets: fix tests
Sandro Jäckel
3 years ago
3a2a763a
3bb47517
+3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
tensorflow-datasets
default.nix
+3
pkgs/development/python-modules/tensorflow-datasets/default.nix
···
37
, termcolor
38
, tifffile
39
, tqdm
0
40
}:
41
42
buildPythonPackage rec {
···
99
scipy
100
tensorflow
101
tifffile
0
102
];
103
104
disabledTestPaths = [
···
123
"tensorflow_datasets/image/lsun_test.py"
124
125
# Requires `envlogger` which is not packaged in `nixpkgs`.
0
126
"tensorflow_datasets/rlds/robosuite_panda_pick_place_can/robosuite_panda_pick_place_can_test.py"
127
128
# Fails with `TypeError: Constant constructor takes either 0 or 2 positional arguments`
···
37
, termcolor
38
, tifffile
39
, tqdm
40
+
, zarr
41
}:
42
43
buildPythonPackage rec {
···
100
scipy
101
tensorflow
102
tifffile
103
+
zarr
104
];
105
106
disabledTestPaths = [
···
125
"tensorflow_datasets/image/lsun_test.py"
126
127
# Requires `envlogger` which is not packaged in `nixpkgs`.
128
+
"tensorflow_datasets/rlds/locomotion/locomotion_test.py"
129
"tensorflow_datasets/rlds/robosuite_panda_pick_place_can/robosuite_panda_pick_place_can_test.py"
130
131
# Fails with `TypeError: Constant constructor takes either 0 or 2 positional arguments`