python3Packages.hypothesmith: configure parallel build

Including pytest-xdist without configuring it has no effect...
This commit is contained in:
Martin Weinelt
2022-03-02 20:57:44 +01:00
parent a98f94fcf3
commit bef19b759f
@@ -18,6 +18,10 @@ buildPythonPackage rec {
checkInputs = [ black parso pytestCheckHook pytest-cov pytest-xdist ];
pytestFlagsArray = [
"--numprocesses $NIX_BUILD_CORES"
];
pythonImportsCheck = [ "hypothesmith" ];
meta = with lib; {