- Skip one more test that is flaky

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=126
This commit is contained in:
Tomáš Chvátal 2019-02-25 15:45:21 +00:00 committed by Git OBS Bridge
parent 7dbc844192
commit 671ee91793
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 25 15:45:08 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Skip one more test that is flaky
-------------------------------------------------------------------
Fri Feb 15 11:41:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -115,7 +115,8 @@ test ! -e %{buildroot}%{python3_sitelib}/requests/packages/urllib3
%check
touch Pipfile
# exclude tests connecting to TARPIT
%python_exec -m pytest tests -k "not (TestTimeout and connect)"
# exclude test_https_warnings as is flaky
%python_exec -m pytest tests -k "not (TestTimeout or connect or test_https_warnings)"
%endif
%if !%{with test}