Removed bug reference in changelog because it makes the linting fail.

This commit is contained in:
Romain Dorgueil 2016-07-23 15:04:19 +02:00
parent 87ca4b95fb
commit 014ebc9202
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ time or change existing behaviors in order to make them less surprising/more use
Thanks `@milliams`_ for the complete PR (`#1428`_).
* New ``--doctest-report`` option available to change the output format of diffs
when running (failing) doctests. Implements `#1749`_.
when running (failing) doctests.
* New ``name`` argument to ``pytest.fixture`` decorator which allows a custom name
for a fixture (to solve the funcarg-shadowing-fixture problem).