File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -234,12 +234,6 @@ time or change existing behaviors in order to make them less surprising/more use
234
234
removed in pytest-4.0 (`#1684 `_).
235
235
Thanks `@nicoddemus `_ for the PR.
236
236
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
-
243
237
* Passing a command-line string to ``pytest.main() `` is considered deprecated and scheduled
244
238
for removal in pytest-4.0. It is recommended to pass a list of arguments instead (`#1723 `_).
245
239
@@ -261,8 +255,6 @@ time or change existing behaviors in order to make them less surprising/more use
261
255
Thanks `@bagerard `_ for reporting (`#1503 `_). Thanks to `@davehunt `_ and
262
256
`@tomviner `_ for PR.
263
257
264
- * Renamed the pytest ``pdb `` module (plugin) into ``debugging ``.
265
-
266
258
* Better message in case of not using parametrized variable (see `#1539 `_).
267
259
Thanks to `@tramwaj29 `_ for the PR.
268
260
You can’t perform that action at this time.
0 commit comments