pythonPackages.pytest*: Move pytest to buildInputs to allow easy overriding pytest
This commit is contained in:
committed by
Frederik Rietdijk
parent
970aea96fa
commit
60a10e0989
@@ -15,8 +15,9 @@ buildPythonPackage rec {
|
||||
sha256 = "bf070c5485dad82d5b5f5d0eb08d269737e378492d9a68f5223b0a90924c7754";
|
||||
};
|
||||
|
||||
buildInputs = [ pytest ];
|
||||
propagatedBuildInputs = [ pyflakes ];
|
||||
checkInputs = [ pytest ];
|
||||
propagatedBuildInputs = [ pytest pyflakes ];
|
||||
|
||||
# no longer passes
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user