1
0

aaaaaaaaaaaaaaaaaaa

This commit is contained in:
David Robertson
2022-03-11 16:48:46 +00:00
parent 26b1e05a7c
commit ea4c2b96aa

View File

@@ -109,7 +109,7 @@ commands =
# Make all greater-thans equals so we test the oldest version of our direct
# dependencies, but make the pyopenssl 17.0, which can work against an
# OpenSSL 1.1 compiled cryptography (as older ones don't compile on Travis).
sed -ibackup -e "s/>=/==/g" -e "/psycopg2/d" -e "s/pyopenssl==16.0.0/pyopenssl==17.0.0/" pyproject.toml
/bin/sh 'sed -ibackup -e "s/>=/==/g" -e "/psycopg2/d" -e "s/pyopenssl==16.0.0/pyopenssl==17.0.0/" pyproject.toml'
# Install Synapse itself. This won't update any libraries.
pip install ".[all, test]"