Skip to content

Commit 629e68e

Browse files
committed
1 parent 41749d7 commit 629e68e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ output = .coverage.xml
3535

3636
[testenv]
3737
deps = .[test]
38-
commands = pytest
38+
commands =
39+
pip uninstall -y typing
40+
pytest
3941
depends =
4042
{py37,py38}: clean
4143
report: {py37,py38}

0 commit comments

Comments
 (0)