From 014ebc9202b784e9b66cc8d61aca2faec8511198 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Sat, 23 Jul 2016 15:04:19 +0200 Subject: [PATCH] Removed bug reference in changelog because it makes the linting fail. --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cc6d1a2df..a5fad89e1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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).