diff --git a/python-requests.changes b/python-requests.changes index 5f7cccb..df8d991 100644 --- a/python-requests.changes +++ b/python-requests.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 25 15:45:08 UTC 2019 - Tomáš Chvátal + +- Skip one more test that is flaky + ------------------------------------------------------------------- Fri Feb 15 11:41:05 UTC 2019 - Tomáš Chvátal diff --git a/python-requests.spec b/python-requests.spec index c8611a1..b6c43f4 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -115,7 +115,8 @@ test ! -e %{buildroot}%{python3_sitelib}/requests/packages/urllib3 %check touch Pipfile # 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 %if !%{with test}