- 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:
parent
7dbc844192
commit
671ee91793
@ -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>
|
Fri Feb 15 11:41:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -115,7 +115,8 @@ test ! -e %{buildroot}%{python3_sitelib}/requests/packages/urllib3
|
|||||||
%check
|
%check
|
||||||
touch Pipfile
|
touch Pipfile
|
||||||
# exclude tests connecting to TARPIT
|
# 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
|
%endif
|
||||||
|
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
|
Loading…
Reference in New Issue
Block a user