python3Packages.hypothesmith: configure parallel build
Including pytest-xdist without configuring it has no effect...
This commit is contained in:
@@ -18,6 +18,10 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [ black parso pytestCheckHook pytest-cov pytest-xdist ];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"--numprocesses $NIX_BUILD_CORES"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "hypothesmith" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user