summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-flakes
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-02-15 10:08:27 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-02-17 14:40:54 +0100
commitd2c3fd5af0022c612ce2cd4f274e09ab58ccc6fe (patch)
treefb42d34132de1274474bdb0661c1bbba8cbf1e0a /pkgs/development/python-modules/pytest-flakes
parent7397fa2a2775269aad995a620b23e500168e36d5 (diff)
downloadnixpkgs-d2c3fd5af0022c612ce2cd4f274e09ab58ccc6fe.tar
nixpkgs-d2c3fd5af0022c612ce2cd4f274e09ab58ccc6fe.tar.gz
nixpkgs-d2c3fd5af0022c612ce2cd4f274e09ab58ccc6fe.tar.bz2
nixpkgs-d2c3fd5af0022c612ce2cd4f274e09ab58ccc6fe.tar.lz
nixpkgs-d2c3fd5af0022c612ce2cd4f274e09ab58ccc6fe.tar.xz
nixpkgs-d2c3fd5af0022c612ce2cd4f274e09ab58ccc6fe.tar.zst
nixpkgs-d2c3fd5af0022c612ce2cd4f274e09ab58ccc6fe.zip
Python: fix outfall after setting `strictDeps = true;`
Diffstat (limited to 'pkgs/development/python-modules/pytest-flakes')
-rw-r--r--pkgs/development/python-modules/pytest-flakes/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pytest-flakes/default.nix b/pkgs/development/python-modules/pytest-flakes/default.nix
index 52cfed14150..df7981e6bfc 100644
--- a/pkgs/development/python-modules/pytest-flakes/default.nix
+++ b/pkgs/development/python-modules/pytest-flakes/default.nix
@@ -10,7 +10,8 @@ buildPythonPackage rec {
     sha256 = "341964bf5760ebbdde9619f68a17d5632c674c3f6903ef66daa0a4f540b3d143";
   };
 
-  buildInputs = [ pytestpep8 pytest ];
+  checkInputs = [ pytestpep8 pytest ];
+  nativeBuildInputs = [ pytest ];
   propagatedBuildInputs = [ pyflakes ];
 
   # disable one test case that looks broken