urllib3: fix test suite

This commit is contained in:
Domen Kožar 2015-11-07 13:53:54 +01:00
parent e67e2cbe1b
commit 74d79c9b19

View file

@ -3622,7 +3622,7 @@ let
# pypy: https://github.com/shazow/urllib3/issues/736
rm test/with_dummyserver/test_connectionpool.py
nosetests -v
nosetests -v --cover-min-percentage 1
'';