summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-07-09 11:40:39 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2016-07-09 11:40:52 +0200
commit4d4a8092942f1cd6ab9470fae6f7955e54a20eed (patch)
treed6bdfbc98c8974ef4f5198311d093a067e539592
parent5148c6c5c0978f6fea6b00df6efa33fb44ce561e (diff)
downloadnixlib-4d4a8092942f1cd6ab9470fae6f7955e54a20eed.tar
nixlib-4d4a8092942f1cd6ab9470fae6f7955e54a20eed.tar.gz
nixlib-4d4a8092942f1cd6ab9470fae6f7955e54a20eed.tar.bz2
nixlib-4d4a8092942f1cd6ab9470fae6f7955e54a20eed.tar.lz
nixlib-4d4a8092942f1cd6ab9470fae6f7955e54a20eed.tar.xz
nixlib-4d4a8092942f1cd6ab9470fae6f7955e54a20eed.tar.zst
nixlib-4d4a8092942f1cd6ab9470fae6f7955e54a20eed.zip
pythonPackages.prompt_toolkit_52: disable tests
-rw-r--r--pkgs/top-level/python-packages.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 7fe5dfa5dcb3..cf669c98899a 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -17064,6 +17064,9 @@ in modules // {
       url = "mirror://pypi/p/prompt_toolkit/${name}.tar.gz";
     };
 
+    # No tests included in archive
+    doCheck = false;
+
     #Only <3.4 expressly supported.
     disabled = isPy35;