pythonPackages.pytest*: Move pytest to buildInputs to allow easy overriding pytest
This commit is contained in:
committed by
Frederik Rietdijk
parent
970aea96fa
commit
60a10e0989
@@ -16,7 +16,9 @@ buildPythonPackage rec {
|
||||
sha256 = "cee2320becc5625050ab221b8f38533e636651a24644612f4726891fdf1f1847";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ greenlet pytest decorator ];
|
||||
buildInputs = [ pytest ];
|
||||
|
||||
propagatedBuildInputs = [ greenlet decorator ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A twisted plugin for py.test";
|
||||
|
||||
Reference in New Issue
Block a user