summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorJonathan de Jong <jonathan@automatia.nl>2020-10-19 19:32:24 +0200
committerGitHub <noreply@github.com>2020-10-19 18:32:24 +0100
commit21bb50ca3fd4c414405b03dbbe9124128d0f2613 (patch)
treec241bc24feee6602abb12051a4fa8104d7282b30 /tox.ini
parentExpose the experimental appservice login flow to clients. (#8504) (diff)
downloadsynapse-21bb50ca3fd4c414405b03dbbe9124128d0f2613.tar.xz
Fix mypy error: auth handler "checkpw" internal function type mismatch (#8569)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
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