aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2021-08-20 05:04:09 +0000
committerpmikus <pmikus@cisco.com>2021-08-20 05:04:09 +0000
commit5b98ebf4ea91b11c3316f4251c5b99f00910a465 (patch)
treeb52692f038f9b4d99147e4d60d62cd1220149b11 /tox.ini
parent9f5525de03c3d1cbca8b7e2a324414308645a9f3 (diff)
Tox: Remove obsolete checkers
+ coverage is not used + naming is now covered fully by suitegen which can be improved to do detections of packet encapsulations Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I9631988e144d3878a6b146214e3aea75694ebf3f
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini14
1 files changed, 1 insertions, 13 deletions
diff --git a/tox.ini b/tox.ini
index e8b28f029b..3783bba4ff 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,7 +26,7 @@
[tox]
# Fast and brief checkers to front, slow or verbose checkers to back.
-envlist = job_spec, tc_naming, tc_coverage, copyright_year, gpl_license,
+envlist = job_spec, copyright_year, gpl_license,
new_line_length, line_length, autogen, pylint, doc_verify
# The following is needed as tox requires setup.py by default.
@@ -95,18 +95,6 @@ deps =
whitelist_externals = /bin/bash
commands = bash {[tox]checker_dir}/pylint.sh
-# TODO: See FIXME in https://gerrit.fd.io/r/16423
-
-[testenv:tc_coverage]
-# Coverage is not needed to be voting.
-ignore_outcome = true
-whitelist_externals = /bin/bash
-commands = bash {[tox]checker_dir}/tc_coverage.sh
-
-[testenv:tc_naming]
-whitelist_externals = /bin/bash
-commands = bash {[tox]checker_dir}/tc_naming.sh
-
# Keep testenvs sorted alphabetically, please.
# TODO: Add a checker against unresolved merge conflicts.