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

python311Packages.equinox: use pytest-xdist to speed up the tests

parent 094281ad
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
, typing-extensions
, beartype
, optax
, pytest-xdist
, pytestCheckHook
}:

@@ -40,6 +41,7 @@ buildPythonPackage rec {
  nativeCheckInputs = [
    beartype
    optax
    pytest-xdist
    pytestCheckHook
  ];