pythonPackages.urllib3: remove problematic test

This commit is contained in:
Domen Kožar 2015-11-06 16:31:15 +01:00
parent 6e8cbbd34c
commit d9cd10d3aa

View file

@ -3619,7 +3619,10 @@ let
checkPhase = ''
# Not worth the trouble
rm test/with_dummyserver/test_proxy_poolmanager.py
nosetests --cover-min-percentage 70 -v
# pypy: https://github.com/shazow/urllib3/issues/736
rm test/with_dummyserver/test_connectionpool.py
nosetests -v
'';