python311Packages.equinox: use pytest-xdist to speed up the tests
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
, typing-extensions
|
||||
, beartype
|
||||
, optax
|
||||
, pytest-xdist
|
||||
, pytestCheckHook
|
||||
}:
|
||||
|
||||
@@ -40,6 +41,7 @@ buildPythonPackage rec {
|
||||
nativeCheckInputs = [
|
||||
beartype
|
||||
optax
|
||||
pytest-xdist
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user