Skip to content

Commit

Permalink
python.pkgs.pylint: pytestrunner belongs in nativeBuildInputs
Browse files Browse the repository at this point in the history
because it's in `setup_requires`. Noticed when building with `doCheck =
false;`.

(cherry picked from commit a1a4ff7)
  • Loading branch information
FRidh committed Mar 26, 2019
1 parent 13ff17b commit 46f7d78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/python-modules/pylint/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ buildPythonPackage rec {
sha256 = "689de29ae747642ab230c6d37be2b969bf75663176658851f456619aacf27492";
};

checkInputs = [ pytest pytestrunner pyenchant ];
nativeBuildInputs = [ pytestrunner ];

checkInputs = [ pytest pyenchant ];

propagatedBuildInputs = [ astroid isort mccabe ];

Expand Down

0 comments on commit 46f7d78

Please sign in to comment.