mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-31 22:18:35 -04:00
Fix Python 3.5 old deps build by using a compatible pip version. (#9217)
Co-authored-by: Dan Callahan <danc@element.io> pip 21.0 stopped supporting Python 3.5.
This commit is contained in:
parent
e448dbbf5b
commit
a71be9d62d
3 changed files with 11 additions and 8 deletions
|
@ -10,4 +10,7 @@ apt-get install -y python3.5 python3.5-dev python3-pip libxml2-dev libxslt-dev x
|
|||
|
||||
export LANG="C.UTF-8"
|
||||
|
||||
# Prevent virtualenv from auto-updating pip to an incompatible version
|
||||
export VIRTUALENV_NO_DOWNLOAD=1
|
||||
|
||||
exec tox -e py35-old,combine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue