Skip to content

Commit b85a3b0

Browse files
authored
Merge pull request #1820 from The-Compiler/changelog-duplicates
Remove duplicate CHANGELOG messages
2 parents 8777f61 + 31ede24 commit b85a3b0

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
@@ -234,12 +234,6 @@ time or change existing behaviors in order to make them less surprising/more use
234234
removed in pytest-4.0 (`#1684`_).
235235
Thanks `@nicoddemus`_ for the PR.
236236

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

@@ -261,8 +255,6 @@ time or change existing behaviors in order to make them less surprising/more use
261255
Thanks `@bagerard`_ for reporting (`#1503`_). Thanks to `@davehunt`_ and
262256
`@tomviner`_ for PR.
263257

264-
* Renamed the pytest ``pdb`` module (plugin) into ``debugging``.
265-
266258
* Better message in case of not using parametrized variable (see `#1539`_).
267259
Thanks to `@tramwaj29`_ for the PR.
268260

0 commit comments

Comments
 (0)