From 02ba355ea5a6af6836f5b596c1e4d94bff180afe Mon Sep 17 00:00:00 2001 From: Anton Pirker Date: Mon, 24 Jun 2024 15:58:54 +0200 Subject: [PATCH] try --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7f3e39cff7..9cde4791e1 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ [tox] requires = pip<24.0 - + virtualenv<20.26.3 envlist = # === Common === {py3.6,py3.7,py3.8,py3.9,py3.10,py3.11,py3.12}-common @@ -251,6 +251,9 @@ envlist = {py3.8,py3.11,py3.12}-trytond-latest [testenv] +requires = + pip<24.0 + virtualenv<20.26.3 deps = # if you change test-requirements.txt and your change is not being reflected # in what's installed by tox (when running tox locally), try running tox