mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
python311Packages.asn1tools: add pytest-xdist
This speeds up the tests from 33.5 sec to 8.5 sec.
This commit is contained in:
parent
92bb0e55e7
commit
ed829b9ed8
@ -5,6 +5,7 @@
|
||||
, fetchFromGitHub
|
||||
, prompt-toolkit
|
||||
, pyparsing
|
||||
, pytest-xdist
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
@ -43,6 +44,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytest-xdist
|
||||
pytestCheckHook
|
||||
] ++ lib.flatten (builtins.attrValues passthru.optional-depdendencies);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user