tox: remove linters and functional from envlist

Tests removed in:
Ide9a0bc27e6a61c2835859867a12db5d9c7adb2d

Change-Id: I1028af540f27d4e348612d50a6ba17635d1dc621
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
Ivan Anfimov
2025-11-30 17:14:39 +00:00
parent d7ebc5425d
commit 5e59195e5e
2 changed files with 2 additions and 2 deletions

View File

@@ -16,4 +16,4 @@ Bugs should be filed on Launchpad:
For more specific information about contributing to this repository, see the
OpenStack-Ansible contributors guide:
https://docs.openstack.org/openstack-ansible/latest/contributors/contributing.html
https://docs.openstack.org/openstack-ansible/latest/contributors/contributing.html

View File

@@ -1,7 +1,7 @@
[tox]
minversion = 4.6.0
skipsdist = True
envlist = docs,linters,functional
envlist = docs
[testenv]
usedevelop = False