From 6488f98c0394e4200d2a5e6f95cb8d3fdd9e982e Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Wed, 24 Jun 2020 17:14:09 +0100 Subject: [PATCH] Avoid tox-in-tox issue Change-Id: I69a9fec318fc3d163672c6ab7515b4142df862ed Partial-Bug: https://bugs.launchpad.net/tripleo/+bug/1884989 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 3c6373433..ef1c2391e 100644 --- a/tox.ini +++ b/tox.ini @@ -34,7 +34,6 @@ deps = commands = stestr run {posargs} whitelist_externals = bash - tox [testenv:bindep] deps = bindep @@ -44,8 +43,9 @@ commands = bash -c "{toxinidir}/scripts/bindep-install" [testenv:pep8] skip_install = true deps = + {[testenv:linters]deps} commands = - tox -e linters -- flake8 + {[testenv:linters]commands} [testenv:venv] basepython = python3