- gh#urllib3/urllib3#2109 is actually not reproduceable, so don't skip

test_timeout_errors_cause_retries.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=112
This commit is contained in:
Matej Cepl 2020-12-17 18:15:47 +00:00 committed by Git OBS Bridge
parent 0d81b01f4f
commit 40597c3fed
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 17 18:13:57 UTC 2020 - Matej Cepl <mcepl@suse.com>
- gh#urllib3/urllib3#2109 is actually not reproduceable, so don't skip
test_timeout_errors_cause_retries.
-------------------------------------------------------------------
Mon Dec 14 15:21:26 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

View File

@ -135,8 +135,6 @@ ln -sf %{python3_sitelib}/__pycache__/six.cpython-%{python3_version_nodots}.pyc
skiplist='test_import_urllib3'
# skip some randomly failing tests (mostly on i586, but sometimes they fail on other architectures)
skiplist="$skiplist or test_ssl_read_timeout or test_ssl_failed_fingerprint_verification or test_ssl_custom_validation_failure_terminates"
# gh#urllib3/urllib3#2109
skiplist="$skiplist or test_timeout_errors_cause_retries"
%pytest -k "not (${skiplist})"
%endif