diff --git a/pkgs/development/python-modules/tensorflow-datasets/default.nix b/pkgs/development/python-modules/tensorflow-datasets/default.nix index 98e38bba56a..b97461394d1 100644 --- a/pkgs/development/python-modules/tensorflow-datasets/default.nix +++ b/pkgs/development/python-modules/tensorflow-datasets/default.nix @@ -24,6 +24,7 @@ , protobuf , pycocotools , pydub +, pytest-xdist , pytestCheckHook , requests , scikitimage @@ -88,12 +89,14 @@ buildPythonPackage rec { pillow pycocotools pydub + pytest-xdist pytestCheckHook scikitimage scipy tensorflow tifffile ]; + pytestFlagsArray = [ "-n $NIX_BUILD_CORES" ]; disabledTestPaths = [ # Sandbox violations: network access, filesystem write attempts outside of build dir, ...