Skip to content

Commit

Permalink
changelog: Fix tox check environment
Browse files Browse the repository at this point in the history
Change the duplicate links to anonymous references.
  • Loading branch information
fetzerch committed May 27, 2022
1 parent 0b60995 commit e4545bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/jazzband/pip-tools/issues/1300>`_).
Contributed by Sorin Sbarnea in `#472 <https://github.com/pytest-dev/pytest-cov/pull/472>`_.
This fixes issues with pip-compile (`pip-tools#1300 <https://github.com/jazzband/pip-tools/issues/1300>`__).
Contributed by Sorin Sbarnea in `#472 <https://github.com/pytest-dev/pytest-cov/pull/472>`__.
* Documented ``show_contexts``.
Contributed by Brian Rutledge in `#473 <https://github.com/pytest-dev/pytest-cov/pull/473>`_.
Contributed by Brian Rutledge in `#473 <https://github.com/pytest-dev/pytest-cov/pull/473>`__.


2.12.1 (2021-06-01)
Expand Down Expand Up @@ -200,7 +200,7 @@ Changelog
`#271 <https://github.com/pytest-dev/pytest-cov/pull/271>`_ and
`#269 <https://github.com/pytest-dev/pytest-cov/pull/269>`_.
* Improved documentation regarding subprocess and multiprocessing.
Contributed in `#265 <https://github.com/pytest-dev/pytest-cov/pull/265>`_.
Contributed in `#265 <https://github.com/pytest-dev/pytest-cov/pull/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.
Expand Down

0 comments on commit e4545bc

Please sign in to comment.