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 { ··· 99 100 scipy 100 101 tensorflow 101 102 tifffile 103 + zarr 102 104 ]; 103 105 104 106 disabledTestPaths = [ ··· 123 125 "tensorflow_datasets/image/lsun_test.py" 124 126 125 127 # Requires `envlogger` which is not packaged in `nixpkgs`. 128 + "tensorflow_datasets/rlds/locomotion/locomotion_test.py" 126 129 "tensorflow_datasets/rlds/robosuite_panda_pick_place_can/robosuite_panda_pick_place_can_test.py" 127 130 128 131 # Fails with `TypeError: Constant constructor takes either 0 or 2 positional arguments`