diff --git a/doc/en/parametrize_with_fixtures.rst b/doc/en/parametrize_with_fixtures.rst index d65e5eb15..ab3ffecf0 100644 --- a/doc/en/parametrize_with_fixtures.rst +++ b/doc/en/parametrize_with_fixtures.rst @@ -127,11 +127,6 @@ parameters of a fixture. """ return request.param -.. note:: - - How should the scoping work in that case? Ideally it uses invocation scope - and relies on its params - The same helper can be used in combination with ``pytest.mark.parametrize``. .. code-block:: python