python311Packages.wled: speed up tests with pytest-xdist

From 35.5s to 7.5s in my tests
This commit is contained in:
Sandro Jäckel
2024-02-04 03:46:53 +01:00
parent a884019634
commit 7106fe75f8
@@ -9,6 +9,7 @@
, yarl
, aresponses
, pytest-asyncio
, pytest-xdist
, pytestCheckHook
, pythonOlder
}:
@@ -49,6 +50,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
aresponses
pytest-asyncio
pytest-xdist
pytestCheckHook
];