-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate Synapse into dev requirements #3172
Conversation
faee5e1
to
0f062e4
Compare
fed9cbf
to
7f73635
Compare
a4a375b
to
a526e64
Compare
Reviewing this now |
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.
Left 3 small comments, lgtm overall.
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.
some minor comments, lgtm overall, very nice job on this one!
Fixes raiden-network#1590, fixes raiden-network#2906 - Switch to using Synapse under Python 3, thereby removing the need to install a separate Python 2 virtualenv to be able to run the Matrix tests. - Restructure the Matrix related fixtures to allow starting multiple matrix servers in a local federation. - Update the `get_free_port` fixture to be more reliable - Remove some port related configuration options, since they are no longer needed with the above change
a526e64
to
d182af8
Compare
For the |
No reason, just seemed a bit easier for a 'ci only' option. |
Fixes #1590, fixes #2906
to install a separate Python 2 virtualenv to be able to run the
Matrix tests.
multiple matrix servers in a local federation.
get_free_port
fixture to be more reliablesince they are no longer needed with the above change