Merge "Eliminate sdist step from sysinv zuul"

This commit is contained in:
Zuul 2021-04-12 17:13:56 +00:00 committed by Gerrit Code Review
commit 78a417d548
2 changed files with 4 additions and 8 deletions

View File

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

View File

@ -1,20 +1,16 @@
[tox]
envlist = flake8,py27,py36,pylint
minversion = 1.6
# skipsdist = True
#,pip-missing-reqs
skipsdist = True
# tox does not work if the path to the workdir is too long, so move it to /tmp
# tox 3.1.0 adds TOX_LIMITED_SHEBANG
toxworkdir = /tmp/{env:USER}_sysinvtox
stxdir = {toxinidir}/../../../..
distshare={toxworkdir}/.tox/distshare
[testenv]
# usedevelop = True
# enabling usedevelop results in py27 develop-inst:
# Exception: Versioning for this project requires either an sdist tarball,
# or access to an upstream git repository.
sitepackages = False
usedevelop = True
basepython = python3
# tox is silly... these need to be separated by a newline....