diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-04-22 18:29:51 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-04-22 18:29:51 +0100 |
commit | cb444f4346d8088b344afb0412d42a2d8a32792e (patch) | |
tree | 6b8185e4cee833adf6c14318081f571f06dfcb32 /tox.ini | |
parent | Merge commit 'a01605c13' into anoa/dinsic_release_1_31_0 (diff) | |
parent | Fix Python 3.5 old deps build by using a compatible pip version. (#9217) (diff) | |
download | synapse-cb444f4346d8088b344afb0412d42a2d8a32792e.tar.xz |
Merge commit '2547d9d4d' into anoa/dinsic_release_1_31_0
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini index ad55a5e7b5..5c5cf642c3 100644 --- a/tox.ini +++ b/tox.ini @@ -105,9 +105,6 @@ 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 |