python311Packages.zigpy-znp: add pytest-xdist

Before tests took 4m30s, now they only take 16s on comparable hardware
and 34s on my laptop
This commit is contained in:
Sandro Jäckel 2024-02-01 00:05:24 +01:00
parent 571a07d774
commit 2bbac8bfd7
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -8,6 +8,7 @@
, pytest-mock
, pytest-rerunfailures
, pytest-timeout
, pytest-xdist
, pytestCheckHook
, pythonOlder
, setuptools
@ -53,6 +54,7 @@ buildPythonPackage rec {
pytest-mock
pytest-rerunfailures
pytest-timeout
pytest-xdist
pytestCheckHook
];