From 375e356af9377ebc3a6c942bf2e73c0271bc079c Mon Sep 17 00:00:00 2001 From: 1letter <1letter@gmx.de> Date: Tue, 17 Dec 2024 13:21:30 +0100 Subject: [PATCH] fix testenv black-check --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index c729891a..316403c6 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ envlist = py39-lint py310-lint py311-lint - black-check + py310-black-check docs py{311,310,39,38}-packagetests py{38}-skeletontests-Plone{52}-template-addon @@ -180,7 +180,7 @@ deps = {[lint]deps} commands = {[lint]commands} allowlist_externals = {[lint]allowlist_externals} -[testenv:black-check] +[testenv:py310-black-check] basepython = python3.10 skip_install = True deps =