Skip to content

Commit

Permalink
uninstall tpying, pypa/pip#8214, pypa/pip#8272
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Sep 16, 2020
1 parent 41749d7 commit 629e68e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ output = .coverage.xml

[testenv]
deps = .[test]
commands = pytest
commands =
pip uninstall -y typing
pytest
depends =
{py37,py38}: clean
report: {py37,py38}
Expand Down

0 comments on commit 629e68e

Please sign in to comment.