
Python2 tox jobs may fail due to expired CA certificates. The workaround is to explicitly set an environment variable. This env variable is only passed to python2.7 targets. If a developer is not currently blocked by certificate failures then they do not need to set anything. Ex: CURL_CA_BUNDLE=/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem The py files are only updated to trigger the appropriate zuul tox jobs. Story: 2008943 Task: 44007 Signed-off-by: albailey <Al.Bailey@windriver.com> Change-Id: Iba6c251368e41cd6a34dd4be4138f5eb4ad3804c
7 lines
95 B
Python
7 lines
95 B
Python
"""
|
|
Copyright (c) 2014-2021 Wind River Systems, Inc.
|
|
|
|
SPDX-License-Identifier: Apache-2.0
|
|
|
|
"""
|