Merge pull request #286200 from SuperSandro2000/wled-xdist

python311Packages.wled: speed up tests with pytest-xdist
This commit is contained in:
Nick Cao
2024-02-04 09:48:24 -05:00
committed by GitHub
@@ -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
];