From b62c99564ffa76f8da3657ad112a82fe90fbceb3 Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Thu, 4 Sep 2025 19:34:16 +0000 Subject: [PATCH] Remove functional test environments from tox.ini This removes tox evs which are dependent on a tests repo framework, which was deperecated. Change-Id: Ib398740f9b28f864d2e5b81caf9ab631b7fd0572 Co-authored-by: Dmitriy Rabotyagov Signed-off-by: Ivan Anfimov --- tox.ini | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/tox.ini b/tox.ini index 4e1cddc8..b9f8578c 100644 --- a/tox.ini +++ b/tox.ini @@ -43,26 +43,6 @@ extensions = .rst commands = {posargs} -[testenv:pep8] -commands = - bash -c "{toxinidir}/tests/common/test-pep8.sh" - -[flake8] -# Ignores the following rules due to how ansible modules work in general -# F403 'from ansible.module_utils.basic import *' used; -# unable to detect undefined names -ignore=F403 - -[testenv:bashate] -commands = - bash -c "{toxinidir}/tests/common/test-bashate.sh" - -[testenv:linters] -commands = - bash -c "{toxinidir}/tests/common/test-ansible-env-prep.sh" - {[testenv:pep8]commands} - {[testenv:bashate]commands} - [testenv:molecule] deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}