diff options
author | Jonathan de Jong <jonathan@automatia.nl> | 2020-10-19 19:32:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-19 18:32:24 +0100 |
commit | 21bb50ca3fd4c414405b03dbbe9124128d0f2613 (patch) | |
tree | c241bc24feee6602abb12051a4fa8104d7282b30 /tox.ini | |
parent | Expose the experimental appservice login flow to clients. (#8504) (diff) | |
download | synapse-21bb50ca3fd4c414405b03dbbe9124128d0f2613.tar.xz |
Fix mypy error: auth handler "checkpw" internal function type mismatch (#8569)
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 4d132eff4c..6d08153782 100644 --- a/tox.ini +++ b/tox.ini @@ -158,7 +158,6 @@ commands= coverage html [testenv:mypy] -skip_install = True deps = {[base]deps} mypy==0.782 |