From cae149740f4464eaef50f0f382ba1edeb27ac9e3 Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Sun, 30 Nov 2025 17:09:50 +0000 Subject: [PATCH] tox: remove linters and functional from envlist Tests removed in: I943b8e29a6b944de15f98f222128f566d498fd1d Change-Id: I929a9cf042f89ff9aea8d390cdd75d0c8bffb10f Signed-off-by: Ivan Anfimov --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c2e30a8..ec8ec6b 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