python311Packages.yaspin: speed up tests with xdist

from ~17.7 sec to ~5.5s
This commit is contained in:
Sandro Jäckel
2024-01-18 10:43:31 +01:00
parent f1a7704d47
commit 88aa923563
@@ -2,6 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, poetry-core
, pytest-xdist
, pytestCheckHook
, pythonOlder
, termcolor
@@ -30,6 +31,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytest-xdist
pytestCheckHook
];