diff options
author | Erik Johnston <erik@matrix.org> | 2019-10-29 12:41:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-29 12:41:11 +0100 |
commit | 1652c8c1fc821dc1d53816c8295e225ddbc0aaf4 (patch) | |
tree | 7517544b0e5e407bee834158abc688cb8506779a /tox.ini | |
parent | 1.5.0rc2 (diff) | |
parent | Add comment as to why we're pinning black in tests (diff) | |
download | synapse-1652c8c1fc821dc1d53816c8295e225ddbc0aaf4.tar.xz |
Merge pull request #6268 from matrix-org/erikj/case_insensitive_room_dir
Make room directory search case insensitive
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini index 3cd2c5e633..e3a53f340a 100644 --- a/tox.ini +++ b/tox.ini @@ -114,7 +114,7 @@ skip_install = True basepython = python3.6 deps = flake8 - black + black==19.3b0 # We pin so that our tests don't start failing on new releases of black. commands = python -m black --check --diff . /bin/sh -c "flake8 synapse tests scripts scripts-dev scripts/hash_password scripts/register_new_matrix_user scripts/synapse_port_db synctl {env:PEP8SUFFIX:}" |