0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-19 03:53:45 +02:00

Update the olddeps CI check to use an old version of markupsafe (#12025)

This commit is contained in:
Brendan Abolivier 2022-02-18 12:38:48 +01:00 committed by GitHub
parent 3f4d25a48b
commit 40e256e7aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

1
changelog.d/12025.misc Normal file
View file

@ -0,0 +1 @@
Update the `olddeps` CI job to use an old version of `markupsafe`.

View file

@ -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 =