From 8d5dfd9160aef2e128b0e9f646971343c7b71bcd Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Fri, 21 Feb 2025 18:27:22 +0000 Subject: [PATCH] Remove env from tox envlist --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 15c50abc2..43cb6baa9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] skipsdist = true -envlist = py312,black-template +envlist = py312 [testenv] passenv = AUTOFIXABLE_STYLES