diff --git a/python-urllib3.changes b/python-urllib3.changes index 158a52b..06a6322 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 17 18:13:57 UTC 2020 - Matej Cepl + +- 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 diff --git a/python-urllib3.spec b/python-urllib3.spec index 300c1d4..7565eb8 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -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