about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-05-27 12:31:20 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2017-05-27 14:25:08 +0200
commita8f6f8d1e427d841f7f87d2a2c0b042e227bd360 (patch)
treea98f02e6497d99fd1489020f1d22af2c5dbb246f /pkgs
parent6cd52fa4400241ebcf2d1aea7abcc9ca36510864 (diff)
downloadnixlib-a8f6f8d1e427d841f7f87d2a2c0b042e227bd360.tar
nixlib-a8f6f8d1e427d841f7f87d2a2c0b042e227bd360.tar.gz
nixlib-a8f6f8d1e427d841f7f87d2a2c0b042e227bd360.tar.bz2
nixlib-a8f6f8d1e427d841f7f87d2a2c0b042e227bd360.tar.lz
nixlib-a8f6f8d1e427d841f7f87d2a2c0b042e227bd360.tar.xz
nixlib-a8f6f8d1e427d841f7f87d2a2c0b042e227bd360.tar.zst
nixlib-a8f6f8d1e427d841f7f87d2a2c0b042e227bd360.zip
python.pkgs.setuptools_scm: pytest is test dependency
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/python-packages.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 9a9de78c5002..620709e67969 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -22605,7 +22605,8 @@ in {
       sha256 = "0bwyc5markib0i7i2qlyhdzxhiywzxbkfiapldma8m91m82jvwfs";
     };
 
-    buildInputs = with self; [ pip pytest ];
+    buildInputs = with self; [ pip ];
+    checkInputs = with self; [ pytest ];
     # Seems to fail due to chroot
     doCheck = false;