Commit c92778b9 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python311Packages.rlax: use pytest-xdist

parent 6fe5e5a5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
, tensorflow-probability
, dm-haiku
, optax
, pytest-xdist
, pytestCheckHook
}:

@@ -49,6 +50,7 @@ buildPythonPackage rec {
  nativeCheckInputs = [
    dm-haiku
    optax
    pytest-xdist
    pytestCheckHook
  ];