Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-17 | Move lint dependencies to extras_require (#8330) | Jonathan de Jong | 4 | -12/+10 | |
Lint dependencies can now be installed with pip install -e ".[lint]" This should help keep the version in sync between tox and documentation. | |||||
2020-09-17 | blacklist MSC2753 sytests until it's implemented in synapse (#8285) | Matthew Hodgson | 2 | -0/+9 | |
Dendrite's implementing MSC2753 over at https://github.com/matrix-org/dendrite/pull/1370 to |