python310Packages.anyio: speed test up with pytest-xdist

This commit is contained in:
Sandro Jäckel 2023-03-26 22:25:08 +02:00 committed by Sandro Jäckel
parent d65445f5b2
commit d440fe3cc1
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -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