From 9637b3e376d6e94c10af5c7132f97fd3cb308125 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 3 Oct 2019 09:01:08 -0700 Subject: [PATCH] Fix dynamic scoping changelog link --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 55fba65eb..504b0f517 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -34,7 +34,7 @@ Features - `#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 `__ for more information. + See `the docs `__ for more information. - `#5764 `_: New behavior of the ``--pastebin`` option: failures to connect to the pastebin server are reported, without failing the pytest run