python312Packages.coffea: add pytest-xdist to enable parallel testing

This commit is contained in:
Gaetan Lepage 2024-09-14 15:49:33 +02:00
parent 18f300a84b
commit 14ab2b349d

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" ];