diff options
author | David Robertson <davidr@element.io> | 2022-03-11 15:15:00 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-03-14 18:42:01 +0000 |
commit | 4b2ec2db57e454d75ef81d391b59201b2dc76ff6 (patch) | |
tree | 7e3209b3de72986150f709e8b437cb2c6cf452fc | |
parent | baaaaaaaaaaaaaaaaa (diff) | |
download | synapse-4b2ec2db57e454d75ef81d391b59201b2dc76ff6.tar.xz |
lock?
-rwxr-xr-x | .ci/scripts/test_old_deps.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.ci/scripts/test_old_deps.sh b/.ci/scripts/test_old_deps.sh index f4ef3d2fe6..154f2cffd4 100755 --- a/.ci/scripts/test_old_deps.sh +++ b/.ci/scripts/test_old_deps.sh @@ -45,7 +45,8 @@ sed -i-backup \ # https://github.com/python-poetry/poetry/issues/34#issuecomment-1055142428 # So instead, make a virtualenv and install in there. -pipx install poetry +pipx install poetry==1.1.12 +~/.local/bin/poetry lock ~/.local/bin/poetry install --extras all # I've no idea why, but trial complains |