We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c3cd3 commit 9f7255eCopy full SHA for 9f7255e
tox.ini
@@ -41,7 +41,7 @@ description =
41
doctesting: including doctests
42
commands =
43
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest {posargs:{env:_PYTEST_TOX_DEFAULT_POSARGS:}}
44
- doctesting: {env:_PYTEST_TOX_COVERAGE_RUN:} pytest --doctest-modules --pyargs _pytest
+ doctesting: {env:_PYTEST_TOX_COVERAGE_RUN:} pytest --doctest-modules --pyargs _pytest -Wignore:"The callable form of pytest.raises":PendingDeprecationWarning
45
coverage: coverage combine
46
coverage: coverage report -m
47
passenv =
0 commit comments