Merge pull request #288394 from SuperSandro2000/boto3-xdist

python311Packages.boto3: run tests with pytest-xdist
This commit is contained in:
Martin Weinelt
2024-03-01 11:36:33 +01:00
committed by GitHub
@@ -3,6 +3,7 @@
, buildPythonPackage
, fetchFromGitHub
, jmespath
, pytest-xdist
, pytestCheckHook
, pythonOlder
, pythonRelaxDepsHook
@@ -41,6 +42,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytest-xdist
pytestCheckHook
];