python310Packages.anyio: speed test up with pytest-xdist

This commit is contained in:
Sandro Jäckel
2023-04-06 15:45:32 +02:00
committed by Sandro Jäckel
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