ci: generate requirements.txt file from synapse's poetry.lock for invite-checker and token-authenticator tests#227
Merged
FrenchGithubUser merged 1 commit intomasterfrom Jan 14, 2026
Conversation
itsoyou
previously approved these changes
Jan 13, 2026
208fcbf to
48c5b39
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #227 +/- ##
=======================================
Coverage 80.01% 80.01%
=======================================
Files 498 498
Lines 70635 70635
Branches 10615 10615
=======================================
Hits 56522 56522
+ Misses 10882 10881 -1
- Partials 3231 3232 +1 see 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
3d79184 to
fc81f63
Compare
fc81f63 to
4b9ab82
Compare
4b9ab82 to
b917fe3
Compare
invite-checker and token-authenticator tests this forces them from using the same version for synapse's dependencies as synapse itself, and prevents the tests from breaking when breaking changes are released for a dependency
b917fe3 to
eaeb87f
Compare
Member
|
Depends on famedly/synapse-token-authenticator#75 |
jason-famedly
approved these changes
Jan 14, 2026
Member
jason-famedly
left a comment
There was a problem hiding this comment.
Good deal. Looks like it worked beautifully
jason-famedly
pushed a commit
that referenced
this pull request
Jan 14, 2026
…ite-checker and token-authenticator tests (#227)
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This change was applied to the token-authenticator accidentally. This commits moves it to the invite checker