Skip to content

Commit

Permalink
Fix pre-installation of universal2 environment for OSX tests
Browse files Browse the repository at this point in the history
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
  • Loading branch information
perrinjerome committed Oct 30, 2024
1 parent 072af95 commit de4d3ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit de4d3ea

Please sign in to comment.