We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05cc854 commit f0cc122Copy full SHA for f0cc122
doc/en/how-to/capture-warnings.rst
@@ -250,7 +250,7 @@ See :ref:`@pytest.mark.filterwarnings <filterwarnings>` and
250
the :envvar:`python:PYTHONWARNINGS` environment variable or the
251
``-W`` command-line option, pytest will not configure any filters by default.
252
253
- Also pytest doesn't follow :pep:`506` suggestion of resetting all warning filters because
+ Also pytest doesn't follow :pep:`565` suggestion of resetting all warning filters because
254
it might break test suites that configure warning filters themselves
255
by calling :func:`warnings.simplefilter` (see :issue:`2430` for an example of that).
256
0 commit comments