Skip to content

Commit 9f7255e

Browse files
committed
ignore the warning from demonstrating the pending-deprecated callable form in docstrings
1 parent b6c3cd3 commit 9f7255e

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
@@ -41,7 +41,7 @@ description =
4141
doctesting: including doctests
4242
commands =
4343
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest {posargs:{env:_PYTEST_TOX_DEFAULT_POSARGS:}}
44-
doctesting: {env:_PYTEST_TOX_COVERAGE_RUN:} pytest --doctest-modules --pyargs _pytest
44+
doctesting: {env:_PYTEST_TOX_COVERAGE_RUN:} pytest --doctest-modules --pyargs _pytest -Wignore:"The callable form of pytest.raises":PendingDeprecationWarning
4545
coverage: coverage combine
4646
coverage: coverage report -m
4747
passenv =

0 commit comments

Comments
 (0)