python311Packages.niapy: add xdist to speed up test execution
This commit is contained in:
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" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user