mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
python310Packages.anyio: speed test up with pytest-xdist
This commit is contained in:
parent
d65445f5b2
commit
d440fe3cc1
@ -2,7 +2,6 @@
|
||||
, lib
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
, setuptools-scm
|
||||
@ -13,6 +12,7 @@
|
||||
, hypothesis
|
||||
, mock
|
||||
, pytest-mock
|
||||
, pytest-xdist
|
||||
, pytestCheckHook
|
||||
, trio
|
||||
, trustme
|
||||
@ -55,6 +55,7 @@ buildPythonPackage rec {
|
||||
curio
|
||||
hypothesis
|
||||
pytest-mock
|
||||
pytest-xdist
|
||||
pytestCheckHook
|
||||
trio
|
||||
trustme
|
||||
|
Loading…
Reference in New Issue
Block a user