Skip to content

Commit 4011af6

Browse files
authored
Merge pull request #5910 from pytest-dev/asottile-patch-1
Fix dynamic scoping changelog link
2 parents 33c3ec6 + 9637b3e commit 4011af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Features
3434

3535
- `#1682 <https://github.com/pytest-dev/pytest/issues/1682>`_: The ``scope`` parameter of ``@pytest.fixture`` can now be a callable that receives
3636
the fixture name and the ``config`` object as keyword-only parameters.
37-
See `the docs <https://docs.pytest.org/en/fixture.html#dynamic-scope>`__ for more information.
37+
See `the docs <https://docs.pytest.org/en/latest/fixture.html#dynamic-scope>`__ for more information.
3838

3939

4040
- `#5764 <https://github.com/pytest-dev/pytest/issues/5764>`_: New behavior of the ``--pastebin`` option: failures to connect to the pastebin server are reported, without failing the pytest run

0 commit comments

Comments
 (0)