diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2022-02-18 12:38:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-18 11:38:48 +0000 |
commit | 40e256e7aa31a6b90e665b340858abbd3a2999c9 (patch) | |
tree | 516ac6feaa7da3ad01a5cbef4d30bfdce5b69baf /tox.ini | |
parent | Remove unstable MSC3283 flags (#12018) (diff) | |
download | synapse-40e256e7aa31a6b90e665b340858abbd3a2999c9.tar.xz |
Update the olddeps CI check to use an old version of markupsafe (#12025)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini index 2b3d39e034..41678aa38b 100644 --- a/tox.ini +++ b/tox.ini @@ -124,6 +124,9 @@ usedevelop = false deps = Automat == 0.8.0 lxml + # markupsafe 2.1 introduced a change that breaks Jinja 2.x. Since we depend on + # Jinja >= 2.9, it means this test suite will fail if markupsafe >= 2.1 is installed. + markupsafe < 2.1 {[base]deps} commands = |