summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2015-11-20 14:15:55 +0100
committerDomen Kožar <domen@dev.si>2015-11-21 21:44:12 +0100
commit4b9487a7404ab0736a353f3c1756845474e0ead8 (patch)
treea1f353565bfdb15a88f2cc18e247ef467192456e /pkgs
parent704c8bab410a077a89e25c8c9fbb76a8da97625e (diff)
downloadnixlib-4b9487a7404ab0736a353f3c1756845474e0ead8.tar
nixlib-4b9487a7404ab0736a353f3c1756845474e0ead8.tar.gz
nixlib-4b9487a7404ab0736a353f3c1756845474e0ead8.tar.bz2
nixlib-4b9487a7404ab0736a353f3c1756845474e0ead8.tar.lz
nixlib-4b9487a7404ab0736a353f3c1756845474e0ead8.tar.xz
nixlib-4b9487a7404ab0736a353f3c1756845474e0ead8.tar.zst
nixlib-4b9487a7404ab0736a353f3c1756845474e0ead8.zip
urllib3: more transient test failures
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/python-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 62acdadd763d..26f12eb37111 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -3808,6 +3808,7 @@ let
     doCheck = !isPy3k;  # lots of transient failures
     checkPhase = ''
       # Not worth the trouble
+      rm test/with_dummyserver/test_poolmanager.py
       rm test/with_dummyserver/test_proxy_poolmanager.py
       rm test/with_dummyserver/test_socketlevel.py
       # pypy: https://github.com/shazow/urllib3/issues/736