From 60a10e0989cc4e92332104e23c749c97a5b0608a Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Fri, 12 Mar 2021 23:20:19 +0100 Subject: pythonPackages.pytest*: Move pytest to buildInputs to allow easy overriding pytest --- pkgs/development/python-modules/pytest-flakes/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/development/python-modules/pytest-flakes') diff --git a/pkgs/development/python-modules/pytest-flakes/default.nix b/pkgs/development/python-modules/pytest-flakes/default.nix index 805c19751ed1a..e016b68837dea 100644 --- a/pkgs/development/python-modules/pytest-flakes/default.nix +++ b/pkgs/development/python-modules/pytest-flakes/default.nix @@ -15,8 +15,9 @@ buildPythonPackage rec { sha256 = "bf070c5485dad82d5b5f5d0eb08d269737e378492d9a68f5223b0a90924c7754"; }; + buildInputs = [ pytest ]; + propagatedBuildInputs = [ pyflakes ]; checkInputs = [ pytest ]; - propagatedBuildInputs = [ pytest pyflakes ]; # no longer passes doCheck = false; -- cgit 1.4.1