From 6884725e97eced19ceef3b71fb1a9c8dad3000ae Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Fri, 16 Feb 2024 15:44:17 -0500 Subject: [PATCH] Remove unit test tox targets There are no tests here. Change-Id: I14ddfc7f0a0ba2dd0e35b81a37e9266598e22194 --- tox.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 24871c2..3f964ac 100644 --- a/tox.ini +++ b/tox.ini @@ -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