From 671ee91793ebca7e1b9a625efe6608bb833fca083fa07defaa096a6154faca24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 25 Feb 2019 15:45:21 +0000 Subject: [PATCH] - Skip one more test that is flaky OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=126 --- python-requests.changes | 5 +++++ python-requests.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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}