This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Poetry: select olddeps using
poetry
#12407Poetry: select olddeps using
poetry
#12407Changes from 11 commits
50910da
a075c2d
cae1cf4
544ef60
507d9e0
35b546c
fe43772
ae33fc5
992caed
204e419
d8bee66
695eb3c
160bbd9
192d1ab
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved into the script file as an explicit argument rather than
I don't think TRIAL_FLAGS is something trial actually supports; I think we just hacked it into our tox config:
synapse/tox.ini
Line 83 in 50910da
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see these being moved into the new bits, but maybe that's OK?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be okay.
all
, and in the config we installall
extrascoverage
. We've stopped using coverage (and I suspect it'd need some config fiddling to have it work in poetry anyway).