Skip to content

Commit 169dad9

Browse files
committed
Move workaround for python/mypy#8627 to tox.ini, as adding it to setup.cfg prevents releases to PyPI. Fixes #19.
1 parent 814eb66 commit 169dad9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ testing =
2929
pytest-black >= 0.3.7
3030
pytest-cov
3131
pytest-mypy
32-
# workaround for python/mypy#8627
33-
mypy@git+https://github.com/python/mypy
3432

3533
# local
3634

tox.ini

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ tox_pip_extensions_ext_venv_update = true
77

88
[testenv]
99
deps =
10+
# workaround for python/mypy#8627
11+
mypy@git+https://github.com/python/mypy
1012
commands =
1113
pytest {posargs}
1214
usedevelop = True

0 commit comments

Comments
 (0)