Skip to content

Commit c2bcc05

Browse files
committed
Revert extra diffs
1 parent dc25104 commit c2bcc05

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tox.ini

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ basepython =
4040
py37: python3.7
4141
py38: python3.8
4242
py39: python3.9
43-
pypy: pypy
43+
44+
pypy2: pypy
4445
pypy3: pypy3
4546

4647
deps =
@@ -221,9 +222,6 @@ ignore_missing_imports = True
221222
[mypy-hypothesis.*]
222223
ignore_missing_imports = True
223224

224-
[mypy-twisted.*]
225-
ignore_missing_imports = True
226-
227225

228226
##
229227
# Coverage report

0 commit comments

Comments
 (0)