mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 20:03:24 +00:00
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:
parent
571a07d774
commit
2bbac8bfd7
@ -8,6 +8,7 @@
|
|||||||
, pytest-mock
|
, pytest-mock
|
||||||
, pytest-rerunfailures
|
, pytest-rerunfailures
|
||||||
, pytest-timeout
|
, pytest-timeout
|
||||||
|
, pytest-xdist
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, setuptools
|
, setuptools
|
||||||
@ -53,6 +54,7 @@ buildPythonPackage rec {
|
|||||||
pytest-mock
|
pytest-mock
|
||||||
pytest-rerunfailures
|
pytest-rerunfailures
|
||||||
pytest-timeout
|
pytest-timeout
|
||||||
|
pytest-xdist
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user