feat(model): Simplify logic
[csit.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 126af2d..566343b 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,4 +1,4 @@
-# Copyright (c) 2022 Cisco and/or its affiliates.
+# Copyright (c) 2023 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
@@ -26,7 +26,7 @@
 
 [tox]
 # Fast and brief checkers to front, slow or verbose checkers to back.
-envlist = job_spec, copyright_year, gpl_license, model_version,
+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.
@@ -71,10 +71,6 @@ ignore_outcome = true
 whitelist_externals = /bin/bash
 commands = bash {[tox]script_dir}/line.sh
 
-[testenv:model_version]
-whitelist_externals = /bin/bash
-commands = bash {[tox]script_dir}/model_version.sh
-
 [testenv:new_line_length]
 # Adding .svg, big .rst tables, .yaml and similar still requires long lines.
 # As current implementation is too dumb to filter those out,