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 = "06136f03d5b361718b8d0d234042f7b2f203910d8568f63df2f866b547b3d4b9";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pytest colorama docopt watchdog ];
|
||||
buildInputs = [ pytest ];
|
||||
|
||||
propagatedBuildInputs = [ colorama docopt watchdog ];
|
||||
|
||||
# No Tests
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user