From e4545bc0ac6e91693fbdaed1e5e73550b73c8776 Mon Sep 17 00:00:00 2001 From: Christian Fetzer Date: Fri, 27 May 2022 12:39:35 +0200 Subject: [PATCH] changelog: Fix tox check environment Change the duplicate links to anonymous references. --- CHANGELOG.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f6b0e550..ea27e5d5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -44,10 +44,10 @@ Changelog ------------------- * Changed the `toml` requirement to be always be directly required (instead of being required through a coverage extra). - This fixes issues with pip-compile (`pip-tools#1300 `_). - Contributed by Sorin Sbarnea in `#472 `_. + This fixes issues with pip-compile (`pip-tools#1300 `__). + Contributed by Sorin Sbarnea in `#472 `__. * Documented ``show_contexts``. - Contributed by Brian Rutledge in `#473 `_. + Contributed by Brian Rutledge in `#473 `__. 2.12.1 (2021-06-01) @@ -200,7 +200,7 @@ Changelog `#271 `_ and `#269 `_. * Improved documentation regarding subprocess and multiprocessing. - Contributed in `#265 `_. + Contributed in `#265 `__. * Improved ``pytest_cov.embed.cleanup_on_sigterm`` to be reentrant (signal deliveries while signal handling is running won't break stuff). * Added ``pytest_cov.embed.cleanup_on_signal`` for customized cleanup.