python3Packages.dm-haiku: run tests in parallel
This commit is contained in:
parent
3c25104d0e
commit
740a83a9bd
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue