14
0

Add CI environmental variable

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=113
This commit is contained in:
2020-12-17 19:07:56 +00:00
committed by Git OBS Bridge
parent 40597c3fed
commit 3b1812f94d

View File

@@ -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)