Skip to content

Commit

Permalink
Merge pull request #5910 from pytest-dev/asottile-patch-1
Browse files Browse the repository at this point in the history
Fix dynamic scoping changelog link
  • Loading branch information
asottile committed Oct 3, 2019
2 parents 33c3ec6 + 9637b3e commit 4011af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Features

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


- `#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
Expand Down

0 comments on commit 4011af6

Please sign in to comment.