mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
pythonPackages.pytest*: Move pytest to buildInputs to allow easy overriding pytest
This commit is contained in:
parent
970aea96fa
commit
60a10e0989
45 changed files with 92 additions and 46 deletions
|
@ -9,7 +9,7 @@ buildPythonPackage rec {
|
|||
sha256 = "c2a892906192663f85030a6ab91304e508e546cddfe557d692d61ec57a1d946b";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pytest ];
|
||||
buildInputs = [ pytest ];
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue