From 98291f3b0d339a25409d6195dfb56f70b285d933 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 14 Apr 2025 21:24:32 +0900 Subject: [PATCH] Drop remaining lower-constraints target Testing of lower constraints was removed long ago and the target has been invalid since then. Change-Id: I8278239dc40c8589b333e1131e09f94bfed7df39 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index df3135d84e..d407137f1e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.18.0 -envlist = py3{9,12},pep8,lower-constraints +envlist = py3{9,12},pep8 ignore_basepython_conflict=true [testenv]