pythonPackages.pytest*: Move pytest to buildInputs to allow easy overriding pytest
This commit is contained in:
committed by
Frederik Rietdijk
parent
970aea96fa
commit
60a10e0989
@@ -9,7 +9,7 @@ buildPythonPackage rec {
|
||||
sha256 = "5939f76fe04ad18297e53af0c9fb38aca1ec74db807bd40ad72733603adbbc7d";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pytest ];
|
||||
buildInputs = [ pytest ];
|
||||
|
||||
meta = {
|
||||
description = "Plugin to list Python warnings in pytest report";
|
||||
|
||||
Reference in New Issue
Block a user