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:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user