diff options
| author | Sandro Jäckel <sandro.jaeckel@gmail.com> | 2021-03-12 23:20:19 +0100 |
|---|---|---|
| committer | Frederik Rietdijk <fridh@fridh.nl> | 2021-03-13 09:09:52 +0100 |
| commit | 60a10e0989cc4e92332104e23c749c97a5b0608a (patch) | |
| tree | 942d647f87cc7b0ace71ccd07c79bd24750f1a2b /pkgs/development/python-modules/pytest-pythonpath | |
| parent | 970aea96fa0eff6aab9ef2559b8e29a07851b1c3 (diff) | |
pythonPackages.pytest*: Move pytest to buildInputs to allow easy overriding pytest
Diffstat (limited to 'pkgs/development/python-modules/pytest-pythonpath')
| -rw-r--r-- | pkgs/development/python-modules/pytest-pythonpath/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pytest-pythonpath/default.nix b/pkgs/development/python-modules/pytest-pythonpath/default.nix index 4194b7bd0e94..117471aa8df1 100644 --- a/pkgs/development/python-modules/pytest-pythonpath/default.nix +++ b/pkgs/development/python-modules/pytest-pythonpath/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { sha256 = "0qhxh0z2b3p52v3i0za9mrmjnb1nlvvyi2g23rf88b3xrrm59z33"; }; - propagatedBuildInputs = [ pytest ]; + buildInputs = [ pytest ]; checkInputs = [ pytest ]; checkPhase = '' |
