mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 03:03:37 +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-rerunfailures
|
||||
, pytest-timeout
|
||||
, pytest-xdist
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
@ -53,6 +54,7 @@ buildPythonPackage rec {
|
||||
pytest-mock
|
||||
pytest-rerunfailures
|
||||
pytest-timeout
|
||||
pytest-xdist
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user