Skip to content

Commit 5860c60

Browse files
committed
Remove note on scoping
1 parent 526c564 commit 5860c60

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/en/parametrize_with_fixtures.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,6 @@ parameters of a fixture.
127127
"""
128128
return request.param
129129
130-
.. note::
131-
132-
How should the scoping work in that case? Ideally it uses invocation scope
133-
and relies on its params
134-
135130
The same helper can be used in combination with ``pytest.mark.parametrize``.
136131

137132
.. code-block:: python

0 commit comments

Comments
 (0)