summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-06-01 15:26:33 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2016-06-01 22:25:44 +0200
commit344225ce680181f1f272559345c22d3bcbe4152e (patch)
tree01c68447e5905e750b01b4dd71ef38ae6eef54d5 /pkgs
parent3e8e6695a026fd54b37cda842b3610c349c02b6c (diff)
downloadnixpkgs-344225ce680181f1f272559345c22d3bcbe4152e.tar
nixpkgs-344225ce680181f1f272559345c22d3bcbe4152e.tar.gz
nixpkgs-344225ce680181f1f272559345c22d3bcbe4152e.tar.bz2
nixpkgs-344225ce680181f1f272559345c22d3bcbe4152e.tar.lz
nixpkgs-344225ce680181f1f272559345c22d3bcbe4152e.tar.xz
nixpkgs-344225ce680181f1f272559345c22d3bcbe4152e.tar.zst
nixpkgs-344225ce680181f1f272559345c22d3bcbe4152e.zip
pythonPackages.pip: disable tests
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 906642dd0bc..c17b808f167 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -16344,6 +16344,8 @@ in modules // {
     installFlags = [ "--ignore-installed" ];
 
     buildInputs = with self; [ mock scripttest virtualenv pretend pytest ];
+    # Pip wants pytest, but tests are not distributed
+    doCheck = false;
   };