python311Packages.niapy: add xdist to speed up test execution

This commit is contained in:
Sandro Jäckel
2024-06-24 12:18:34 +02:00
committed by Martin Weinelt
parent 9619366cdf
commit f72ecfd58f
@@ -8,6 +8,7 @@
pandas,
poetry-core,
pytest7CheckHook,
pytest-xdist,
pythonOlder,
}:
@@ -34,7 +35,7 @@ buildPythonPackage rec {
pandas
];
nativeCheckInputs = [ pytest7CheckHook ];
nativeCheckInputs = [ pytest7CheckHook pytest-xdist ];
pythonImportsCheck = [ "niapy" ];