Skip to content

Commit 6c3d3ab

Browse files
committed
Disable the plugin for its own tests
1 parent ed2f5cc commit 6c3d3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ deps =
7272

7373
pytest-cov ~= 2.5.1
7474
pytest-randomly ~= 2.1.1
75-
commands = py.test --cov pytest_mypy --cov-fail-under 100 --cov-report term-missing {posargs}
75+
commands = py.test -p no:mypy --cov pytest_mypy --cov-fail-under 100 --cov-report term-missing {posargs}
7676

7777
[testenv:flake8]
7878
skip_install = true

0 commit comments

Comments
 (0)