From de4d3eaf8e44c9420327b63a53bc2539dd5e94eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= Date: Tue, 29 Oct 2024 23:58:08 +0100 Subject: [PATCH] Fix pre-installation of universal2 environment for OSX tests We need to pre-install the same versions that will be installed by buildout later. For most distributions there is a constraint in constaints.txt that we keep up to date with buildout.cfg, but not for MarkupSafe --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4a4eadaa1a..8411f2ca0b 100644 --- a/tox.ini +++ b/tox.ini @@ -34,7 +34,8 @@ deps = universal2: AccessControl universal2: zodbpickle universal2: charset_normalizer - universal2: MarkupSafe + universal2: MarkupSafe==2.1.5; python_version == '3.8' + universal2: MarkupSafe==3.0.1; python_version > '3.8' universal2: zope.testrunner setenv = commands_pre =