diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-01-03 17:10:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-03 17:10:52 +0000 |
commit | 98247c4a0e169ee5f201fe5f0e404604d6628566 (patch) | |
tree | 9d79a768cb366dbcaad4cc2f83ccd1ed01a3a3a0 /tox.ini | |
parent | Kill off redundant SynapseRequestFactory (#6619) (diff) | |
download | synapse-98247c4a0e169ee5f201fe5f0e404604d6628566.tar.xz |
Remove unused, undocumented "content repo" resource (#6628)
This looks like it got half-killed back in #888. Fixes #6567.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini index 1d6428f64f..0ab6d5666b 100644 --- a/tox.ini +++ b/tox.ini @@ -182,7 +182,6 @@ commands = mypy \ synapse/logging/ \ synapse/module_api \ synapse/rest/consent \ - synapse/rest/media/v0 \ synapse/rest/saml2 \ synapse/spam_checker_api \ synapse/storage/engines \ |