Skip to content

Commit

Permalink
Move workaround for python/mypy#8627 to tox.ini, as adding it to setu…
Browse files Browse the repository at this point in the history
…p.cfg prevents releases to PyPI. Fixes jaraco/skeleton#19.
  • Loading branch information
jaraco committed May 24, 2020
1 parent ac6057d commit bf422e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ testing =
pytest-black >= 0.3.7
pytest-cov
pytest-mypy
# workaround for python/mypy#8627
mypy@git+https://github.com/python/mypy

# local

Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ tox_pip_extensions_ext_venv_update = true

[testenv]
deps =
# workaround for python/mypy#8627
mypy@git+https://github.com/python/mypy
commands =
pytest {posargs}
usedevelop = True
Expand Down

0 comments on commit bf422e1

Please sign in to comment.