From 5e59195e5e0b7614bd6f021ccbddc61cdf8d03c1 Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Sun, 30 Nov 2025 17:14:39 +0000 Subject: [PATCH] tox: remove linters and functional from envlist Tests removed in: Ide9a0bc27e6a61c2835859867a12db5d9c7adb2d Change-Id: I1028af540f27d4e348612d50a6ba17635d1dc621 Signed-off-by: Ivan Anfimov --- CONTRIBUTING.rst | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 3f5b505..4819a27 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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 \ No newline at end of file + https://docs.openstack.org/openstack-ansible/latest/contributors/contributing.html diff --git a/tox.ini b/tox.ini index cca7b61..bfc86e9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 4.6.0 skipsdist = True -envlist = docs,linters,functional +envlist = docs [testenv] usedevelop = False