python312Packages.coffea: add pytest-xdist to enable parallel testing
This commit is contained in:
parent
18f300a84b
commit
14ab2b349d
@ -38,6 +38,7 @@
|
||||
distributed,
|
||||
pyinstrument,
|
||||
pytestCheckHook,
|
||||
pytest-xdist,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -90,6 +91,7 @@ buildPythonPackage rec {
|
||||
distributed
|
||||
pyinstrument
|
||||
pytestCheckHook
|
||||
pytest-xdist
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "coffea" ];
|
||||
|
Loading…
Reference in New Issue
Block a user