Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Use poetry 1.2 for complement in latest deps #14305

Merged
merged 2 commits into from
Oct 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/twisted_trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,11 @@ jobs:
run: |
set -x
DEBIAN_FRONTEND=noninteractive sudo apt-get install -yqq python3 pipx
pipx install poetry==1.1.14
pipx install poetry==1.2.0

poetry remove -n twisted
poetry add -n --extras tls git+https://github.com/twisted/twisted.git#trunk
poetry lock --no-update
# NOT IN 1.1.14 poetry lock --check
working-directory: synapse

- run: |
Expand Down
1 change: 1 addition & 0 deletions changelog.d/14305.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use Poetry 1.2.0 in the Twisted Trunk CI job.