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

This commit is contained in:
Gaetan Lepage
2024-01-11 07:38:21 +01:00
parent 094281ad4f
commit d8eb70489c
@@ -9,6 +9,7 @@
, typing-extensions
, beartype
, optax
, pytest-xdist
, pytestCheckHook
}:
@@ -40,6 +41,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
beartype
optax
pytest-xdist
pytestCheckHook
];