Port hash_password to Python 3 (#4161)

* port hash_password

* changelog
This commit is contained in:
Amber Brown
2018-11-08 04:57:28 +11:00
committed by GitHub
parent b3708830b8
commit 264cb14402
3 changed files with 36 additions and 8 deletions

View File

@@ -122,7 +122,7 @@ skip_install = True
basepython = python3.6
deps =
flake8
commands = /bin/sh -c "flake8 synapse tests scripts scripts-dev scripts/register_new_matrix_user scripts/synapse_port_db synctl {env:PEP8SUFFIX:}"
commands = /bin/sh -c "flake8 synapse tests scripts scripts-dev scripts/hash_password scripts/register_new_matrix_user scripts/synapse_port_db synctl {env:PEP8SUFFIX:}"
[testenv:check_isort]
skip_install = True