From 3b1812f94d24a5e10b655976699d262a15a278c29e5e8ed6e51f923dead7085f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 17 Dec 2020 19:07:56 +0000 Subject: [PATCH] Add CI environmental variable OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=113 --- python-urllib3.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-urllib3.spec b/python-urllib3.spec index 7565eb8..2ed87a8 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -131,6 +131,8 @@ ln -sf %{python3_sitelib}/__pycache__/six.cpython-%{python3_version_nodots}.pyc %if %{with test} %check +# gh#urllib3/urllib3#2109 +export CI="true" # still broken with new ssl skiplist='test_import_urllib3' # skip some randomly failing tests (mostly on i586, but sometimes they fail on other architectures)