- Skip test_pyopenssl_redirect due to gh#psf/requests#5846

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=153
This commit is contained in:
Steve Kowalik 2021-07-01 06:30:43 +00:00 committed by Git OBS Bridge
parent 0b85023e40
commit c4ec337410
2 changed files with 7 additions and 2 deletions

View File

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

View File

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