File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,14 @@ Deprecations and Removals
38
38
with the boolean ``Node._skipped_by_mark ``. (`#2767
39
39
<https://github.com/pytest-dev/pytest/issues/2767> `_)
40
40
41
+ - The ``params `` list passed to ``pytest.fixture `` is now for
42
+ all effects considered immutable and frozen at the moment of the ``pytest.fixture ``
43
+ call. Previously the list could be changed before the first invocation of the fixture
44
+ allowing for a form of dynamic parametrization (for example, updated from command-line options),
45
+ but this was an unwanted implementation detail which complicated the internals and prevented
46
+ some internal cleanup. See issue `#2959 <https://github.com/pytest-dev/pytest/issues/2959 >`_
47
+ for details and a recommended workaround.
48
+
41
49
Features
42
50
--------
43
51
You can’t perform that action at this time.
0 commit comments