Skip to content

Commit 31ede24

Browse files
committed
Remove duplicate CHANGELOG messages
Those are both already mentioned in the breaking changes at the top.
1 parent be9356a commit 31ede24

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

CHANGELOG.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,6 @@ time or change existing behaviors in order to make them less surprising/more use
246246
removed in pytest-4.0 (`#1684`_).
247247
Thanks `@nicoddemus`_ for the PR.
248248

249-
* Raise helpful failure message, when requesting parametrized fixture at runtime,
250-
e.g. with ``request.getfuncargvalue``. BACKWARD INCOMPAT: Previously these params
251-
were simply never defined. So a fixture decorated like ``@pytest.fixture(params=[0, 1, 2])``
252-
only ran once. Now a failure is raised. Fixes (`#460`_). Thanks to
253-
`@nikratio`_ for bug report, `@RedBeardCode`_ and `@tomviner`_ for the PR.
254-
255249
* Passing a command-line string to ``pytest.main()`` is considered deprecated and scheduled
256250
for removal in pytest-4.0. It is recommended to pass a list of arguments instead (`#1723`_).
257251

@@ -273,8 +267,6 @@ time or change existing behaviors in order to make them less surprising/more use
273267
Thanks `@bagerard`_ for reporting (`#1503`_). Thanks to `@davehunt`_ and
274268
`@tomviner`_ for PR.
275269

276-
* Renamed the pytest ``pdb`` module (plugin) into ``debugging``.
277-
278270
* Better message in case of not using parametrized variable (see `#1539`_).
279271
Thanks to `@tramwaj29`_ for the PR.
280272

0 commit comments

Comments
 (0)