python311Packages.boto3: run tests with pytest-xdist

This speed the tests up from ~500s to still ~110s.
This commit is contained in:
Sandro Jäckel
2024-03-01 00:29:52 +01:00
parent 44c70a3707
commit 5ccfbf6826
@@ -3,6 +3,7 @@
, buildPythonPackage
, fetchFromGitHub
, jmespath
, pytest-xdist
, pytestCheckHook
, pythonOlder
, pythonRelaxDepsHook
@@ -41,6 +42,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytest-xdist
pytestCheckHook
];