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
This commit is contained in:
Todd R 2017-08-11 14:56:19 +00:00 committed by Git OBS Bridge
parent 00ac535759
commit 51714d024b
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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}