summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-django
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-01-05 11:54:27 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-01-15 10:16:12 +0100
commit5a3670b83c238e1e42102b2e032566eea8c37cea (patch)
tree6290e12bd12231fb8a36453374821ca9fe757eda /pkgs/development/python-modules/pytest-django
parent15396247ca4b3a39987d799f3ee217bf490caf45 (diff)
downloadnixpkgs-5a3670b83c238e1e42102b2e032566eea8c37cea.tar
nixpkgs-5a3670b83c238e1e42102b2e032566eea8c37cea.tar.gz
nixpkgs-5a3670b83c238e1e42102b2e032566eea8c37cea.tar.bz2
nixpkgs-5a3670b83c238e1e42102b2e032566eea8c37cea.tar.lz
nixpkgs-5a3670b83c238e1e42102b2e032566eea8c37cea.tar.xz
nixpkgs-5a3670b83c238e1e42102b2e032566eea8c37cea.tar.zst
nixpkgs-5a3670b83c238e1e42102b2e032566eea8c37cea.zip
pythonPackages: fix native / check inputs
Diffstat (limited to 'pkgs/development/python-modules/pytest-django')
-rw-r--r--pkgs/development/python-modules/pytest-django/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-django/default.nix b/pkgs/development/python-modules/pytest-django/default.nix
index 0c53d3ceb9c..aa58c812d32 100644
--- a/pkgs/development/python-modules/pytest-django/default.nix
+++ b/pkgs/development/python-modules/pytest-django/default.nix
@@ -17,8 +17,8 @@ buildPythonPackage rec {
     sha256 = "07zl2438gavrcykva6i2lpxmzgf90h4xlm3nqgd7wsqz2yh727zy";
   };
 
-  buildInputs = [ pytest setuptools_scm ];
-  checkInputs = [ django-configurations pytest_xdist six ];
+  nativeBuildInputs = [ pytest setuptools_scm ];
+  checkInputs = [ pytest django-configurations pytest_xdist six ];
   propagatedBuildInputs = [ django ];
 
   # Complicated. Requires Django setup.