summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorJonathan de Jong <jonathan@automatia.nl>2020-10-20 13:55:21 +0200
committerGitHub <noreply@github.com>2020-10-20 07:55:21 -0400
commit84c0e46cced7b1fe0e3fd27eed5111884959cb36 (patch)
tree4735e439a6bd99656b3eb0f732a39baaca539f06 /tox.ini
parentRemove some extraneous @unittest.INFOs on unit tests (#8592) (diff)
downloadsynapse-84c0e46cced7b1fe0e3fd27eed5111884959cb36.tar.xz
Update mypy to 0.790, and move dependencies to extras (#8583)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 1 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 6d08153782..6dcc439a40 100644
--- a/tox.ini
+++ b/tox.ini
@@ -160,9 +160,7 @@ commands=
 [testenv:mypy]
 deps =
     {[base]deps}
-    mypy==0.782
-    mypy-zope
-extras = all
+extras = all,mypy
 commands = mypy
 
 # To find all folders that pass mypy you run: