Fix dependency path in cgts-client tox.ini

Change the deps path in tox.ini from previous cgcs dir to stx dir
and remove unnecessary dirs

Story: 2003375
Task: 24765

Change-Id: I2d798d4a0ec3858ac6abbdec1de533ccd18b610a
Signed-off-by: Sun Austin <austin.sun@intel.com>
This commit is contained in:
Sun Austin 2018-08-20 16:47:56 +08:00 committed by Austin Sun
parent 46291f7e9a
commit b178cf571b
3 changed files with 2 additions and 6 deletions

View File

@ -1,6 +1,5 @@
[metadata]
name = cgtsclient
version = 1.0.0
summary = Titanium Cloud System Client and CLI
description-file =
README.rst

View File

@ -10,7 +10,6 @@ import setuptools
setuptools.setup(
name='cgtsclient',
version='1.0.0',
description='Titanium Cloud System Client and CLI',
classifiers=[
'Environment :: OpenStack',

View File

@ -5,12 +5,10 @@ minversion = 1.6
# tox does not work if the path to the workdir is too long, so move it to /tmp
toxworkdir = /tmp/{env:USER}_cgtsclienttox
wrsdir = {toxinidir}/../../../../../../../../..
cgcsdir = {toxinidir}/../../../../..
avsdir = {toxinidir}/../../../../../../../../wr-avs/layers/avs
cgcsdir = {toxinidir}/../../../..
distshare={toxworkdir}/.tox/distshare
wrdeps = -e{[tox]cgcsdir}/tsconfig/tsconfig
wrdeps = -e{[tox]cgcsdir}/stx-update/tsconfig/tsconfig
[testenv]
setenv = VIRTUAL_ENV={envdir}