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