diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-04-22 17:29:20 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-04-22 17:29:20 +0100 |
commit | 53f6ab1c340fbe9d36945ebb1f24d129a9e6d13a (patch) | |
tree | fd25016a959356deef0f83a8df77c4d47730da10 /tox.ini | |
parent | Merge commit '9de6b9411' into anoa/dinsic_release_1_31_0 (diff) | |
parent | Properly raise an exception when the body exceeds the max size. (#9145) (diff) | |
download | synapse-53f6ab1c340fbe9d36945ebb1f24d129a9e6d13a.tar.xz |
Merge commit '2b467d0b6' into anoa/dinsic_release_1_31_0
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 3cf68a47a6..92a59d79c3 100644 --- a/tox.ini +++ b/tox.ini @@ -105,6 +105,9 @@ usedevelop=true [testenv:py35-old] skip_install=True deps = + # Ensure a version of setuptools that supports Python 3.5 is installed. + setuptools < 51.0.0 + # Old automat version for Twisted Automat == 0.3.0 lxml |