python3Packages.dm-haiku: run tests in parallel

This commit is contained in:
Samuel Ainsworth
2022-03-30 21:34:09 +02:00
committed by Frederik Rietdijk
parent 3c25104d0e
commit 740a83a9bd
@@ -7,6 +7,7 @@
, jaxlib
, jmp
, lib
, pytest-xdist
, pytestCheckHook
, tabulate
, tensorflow
@@ -33,9 +34,11 @@ buildPythonPackage rec {
cloudpickle
dm-tree
jaxlib
pytest-xdist
pytestCheckHook
tensorflow
];
pytestFlagsArray = [ "-n $NIX_BUILD_CORES" ];
pythonImportsCheck = [
"haiku"