Remove unit test tox targets

There are no tests here.

Change-Id: I14ddfc7f0a0ba2dd0e35b81a37e9266598e22194
This commit is contained in:
Ihar Hrachyshka 2024-02-16 15:44:17 -05:00
parent f4224f5ad1
commit 6884725e97
1 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py36,pypy,pep8,checksyntax,dashboards
envlist = pep8,checksyntax,dashboards
skipsdist = True
[testenv]
@ -21,9 +21,6 @@ commands = {posargs}
[testenv:checksyntax]
commands = python gerrit_dash_creator/cmd/creator.py --check-only dashboards
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
[testenv:docs]
commands =
# not happy with generated dashboard pages