Remove :py:mod: ref from changelog: fails our linting check
This commit is contained in:
parent
4459aa3d8b
commit
51c0256cd4
|
@ -1,4 +1,4 @@
|
||||||
..
|
..
|
||||||
You should *NOT* be adding new change log entries to this file, this
|
You should *NOT* be adding new change log entries to this file, this
|
||||||
file is managed by towncrier. You *may* edit previous change logs to
|
file is managed by towncrier. You *may* edit previous change logs to
|
||||||
fix problems like typo corrections or such.
|
fix problems like typo corrections or such.
|
||||||
|
@ -377,7 +377,7 @@ Features
|
||||||
- Match ``warns`` signature to ``raises`` by adding ``match`` keyword. (`#2708
|
- Match ``warns`` signature to ``raises`` by adding ``match`` keyword. (`#2708
|
||||||
<https://github.com/pytest-dev/pytest/issues/2708>`_)
|
<https://github.com/pytest-dev/pytest/issues/2708>`_)
|
||||||
|
|
||||||
- Pytest now captures and displays output from the standard :py:mod:`logging` module.
|
- Pytest now captures and displays output from the standard ``logging`` module.
|
||||||
The user can control the logging level to be captured by specifying options
|
The user can control the logging level to be captured by specifying options
|
||||||
in ``pytest.ini``, the command line and also during individual tests using
|
in ``pytest.ini``, the command line and also during individual tests using
|
||||||
markers. Also, a ``caplog`` fixture is available that enables users to test
|
markers. Also, a ``caplog`` fixture is available that enables users to test
|
||||||
|
|
Loading…
Reference in New Issue