We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814eb66 commit 169dad9Copy full SHA for 169dad9
setup.cfg
@@ -29,8 +29,6 @@ testing =
29
pytest-black >= 0.3.7
30
pytest-cov
31
pytest-mypy
32
- # workaround for python/mypy#8627
33
- mypy@git+https://github.com/python/mypy
34
35
# local
36
tox.ini
@@ -7,6 +7,8 @@ tox_pip_extensions_ext_venv_update = true
7
8
[testenv]
9
deps =
10
+ # workaround for python/mypy#8627
11
+ mypy@git+https://github.com/python/mypy
12
commands =
13
pytest {posargs}
14
usedevelop = True
0 commit comments