diff --git a/python-urllib3.changes b/python-urllib3.changes index 85640df..d7a537c 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 11 14:55:33 UTC 2017 - toddrme2178@gmail.com + +- Disable tests that timeout + ------------------------------------------------------------------- Tue Aug 8 06:57:44 UTC 2017 - tbechtold@suse.com diff --git a/python-urllib3.spec b/python-urllib3.spec index 5773c36..9029647 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -88,6 +88,7 @@ export TRAVIS=1 --ignore=test/appengine \ --ignore=test/with_dummyserver/test_proxy_poolmanager.py \ --ignore=test/with_dummyserver/test_poolmanager.py \ + -k 'not test_select_interrupt_exception and not test_selector_error and not timeout' \ urllib3 test} %files %{python_files}