python312Packages.coffea: add pytest-xdist to enable parallel testing (#341839)

This commit is contained in:
Peder Bergebakken Sundt 2024-09-14 18:12:45 +02:00 committed by GitHub
commit a601e334f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,6 +38,7 @@
distributed,
pyinstrument,
pytestCheckHook,
pytest-xdist,
}:
buildPythonPackage rec {
@ -90,6 +91,7 @@ buildPythonPackage rec {
distributed
pyinstrument
pytestCheckHook
pytest-xdist
];
pythonImportsCheck = [ "coffea" ];