diff options
author | David Robertson <davidr@element.io> | 2022-03-10 19:14:26 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-03-14 18:42:01 +0000 |
commit | 7ababda7109bca5e8753d905261efbe86417123d (patch) | |
tree | 4b4bc0eda3b211a3a67fcb10c6d4c8353ab3d92b | |
parent | debug (diff) | |
download | synapse-7ababda7109bca5e8753d905261efbe86417123d.tar.xz |
BUMS
-rwxr-xr-x | .ci/scripts/test_old_deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/scripts/test_old_deps.sh b/.ci/scripts/test_old_deps.sh index ed5e49fb57..ae156a7133 100755 --- a/.ci/scripts/test_old_deps.sh +++ b/.ci/scripts/test_old_deps.sh @@ -29,7 +29,7 @@ export VIRTUALENV_NO_DOWNLOAD=1 # 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 -i orig \ +sed -i-backup \ -e "s/[~>]=/==/g" \ -e "/psycopg2/d" \ -e 's/pyOpenSSL = "==16.0.0"/pyOpenSSL = "==17.0.0"/' \ |