File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -246,12 +246,6 @@ time or change existing behaviors in order to make them less surprising/more use
246
246
removed in pytest-4.0 (`#1684 `_).
247
247
Thanks `@nicoddemus `_ for the PR.
248
248
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
-
255
249
* Passing a command-line string to ``pytest.main() `` is considered deprecated and scheduled
256
250
for removal in pytest-4.0. It is recommended to pass a list of arguments instead (`#1723 `_).
257
251
@@ -273,8 +267,6 @@ time or change existing behaviors in order to make them less surprising/more use
273
267
Thanks `@bagerard `_ for reporting (`#1503 `_). Thanks to `@davehunt `_ and
274
268
`@tomviner `_ for PR.
275
269
276
- * Renamed the pytest ``pdb `` module (plugin) into ``debugging ``.
277
-
278
270
* Better message in case of not using parametrized variable (see `#1539 `_).
279
271
Thanks to `@tramwaj29 `_ for the PR.
280
272
You can’t perform that action at this time.
0 commit comments