Removal of tox envlist py3X

The removal of the envlist list value for unit test lessens the
confusion that the tempest test are tests in themselves and
hence we do not test the tests.

With the presents of the tox envlist, tox tries to run the tempest
tests as unit test, which results in failure and potential confusion.
The scope of tempest tests (Integration test) and unit test are
understandably different.

Change-Id: Ie016eca756c441cf557100c5227d640475885e4a
This commit is contained in:
dekehn 2022-01-25 16:52:33 +00:00
parent e97ec918f1
commit e32fe1a5e2

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.1.1
envlist = py37,pep8
envlist = pep8
skipsdist = True
ignore_basepython_conflict = True