nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python310Packages.tensorflow-datasets: fix tests

+3
+3
pkgs/development/python-modules/tensorflow-datasets/default.nix
··· 37 37 , termcolor 38 38 , tifffile 39 39 , tqdm 40 + , zarr 40 41 }: 41 42 42 43 buildPythonPackage rec { ··· 100 99 scipy 101 100 tensorflow 102 101 tifffile 102 + zarr 103 103 ]; 104 104 105 105 disabledTestPaths = [ ··· 125 123 "tensorflow_datasets/image/lsun_test.py" 126 124 127 125 # Requires `envlogger` which is not packaged in `nixpkgs`. 126 + "tensorflow_datasets/rlds/locomotion/locomotion_test.py" 128 127 "tensorflow_datasets/rlds/robosuite_panda_pick_place_can/robosuite_panda_pick_place_can_test.py" 129 128 130 129 # Fails with `TypeError: Constant constructor takes either 0 or 2 positional arguments`