From 51714d024bc85143892e30956845e7fc194a87a0bddeda55a3c22a01742c6f4f Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 11 Aug 2017 14:56:19 +0000 Subject: [PATCH] Accepting request 516171 from home:TheBlackCat:branches:devel:languages:python Disable tests that timeout OBS-URL: https://build.opensuse.org/request/show/516171 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=30 --- python-urllib3.changes | 5 +++++ python-urllib3.spec | 1 + 2 files changed, 6 insertions(+) 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}