Accepting request 903344 from devel:languages:python
- Skip test_pyopenssl_redirect due to gh#psf/requests#5846 OBS-URL: https://build.opensuse.org/request/show/903344 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests?expand=0&rev=70
This commit is contained in:
commit
68bd180f43
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 1 06:28:57 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Skip test_pyopenssl_redirect due to gh#psf/requests#5846
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 4 10:32:14 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-requests
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
@ -118,7 +118,7 @@ test ! -e %{buildroot}%{python3_sitelib}/requests/packages/urllib3
|
||||
touch Pipfile
|
||||
# exclude tests connecting to TARPIT
|
||||
# exclude test_https_warnings as is flaky
|
||||
%python_exec -m pytest -v tests -k "not (TestTimeout or connect or test_https_warnings)"
|
||||
%python_exec -m pytest -v tests -k "not (TestTimeout or connect or test_https_warnings or test_pyopenssl_redirect)"
|
||||
%endif
|
||||
|
||||
%if !%{with test}
|
||||
|
Loading…
x
Reference in New Issue
Block a user