Merge "Fix tox certificate issues in python2"

This commit is contained in:
Zuul 2021-12-06 13:58:16 +00:00 committed by Gerrit Code Review
commit e7a3741bdd
6 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,5 @@
"""
Copyright (c) 2017-2019 Wind River Systems, Inc.
Copyright (c) 2017-2021 Wind River Systems, Inc.
SPDX-License-Identifier: Apache-2.0

View File

@ -31,6 +31,7 @@ commands = {posargs}
[testenv:py27]
basepython = python2.7
deps = {[testenv]deps}
passenv = CURL_CA_BUNDLE
commands =
{[testenv]commands}
stestr run {posargs}

View File

@ -1,6 +1,4 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2013 Hewlett-Packard Development Company, L.P.
# Copyright 2013-2021 Hewlett-Packard Development Company, L.P.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may

View File

@ -104,6 +104,7 @@ commands =
[testenv:py27]
basepython = python2.7
passenv = CURL_CA_BUNDLE
commands =
{[testenv]commands}
stestr run {posargs}
@ -179,6 +180,7 @@ commands =
[testenv:cover]
basepython = python2.7
passenv = CURL_CA_BUNDLE
deps = {[testenv]deps}
setenv = {[testenv]setenv}
PYTHON=coverage run --parallel-mode

View File

@ -33,6 +33,7 @@ commands =
[testenv:py27]
basepython = python2.7
passenv = CURL_CA_BUNDLE
commands = {[testenv:stestr]commands}
[testenv:py36]
@ -65,6 +66,7 @@ max-line-length = 120
[testenv:flake8]
basepython = python2.7
passenv = CURL_CA_BUNDLE
usedevelop = False
skip_install = True
commands =

View File

@ -1,5 +1,5 @@
"""
Copyright (c) 2014 Wind River Systems, Inc.
Copyright (c) 2014-2021 Wind River Systems, Inc.
SPDX-License-Identifier: Apache-2.0