Skip to content
Snippets Groups Projects
Commit 9d8dc85d authored by Erik Johnston's avatar Erik Johnston
Browse files

Add comment as to why we're pinning black in tests

parent c28a30da
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ skip_install = True
basepython = python3.6
deps =
flake8
black==19.3b0
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:}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment