Skip to content

Commit 57e9354

Browse files
committed
Really update the changelog.
1 parent 56b810b commit 57e9354

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

AUTHORS.rst

+4
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,9 @@ Authors
5151
* Danilo Šegan - https://github.com/dsegan
5252
* Michał Bielawski - https://github.com/D3X
5353
* Zac Hatfield-Dodds - https://github.com/Zac-HD
54+
* Ben Greiner - https://github.com/bnavigator
55+
* Delgan - https://github.com/Delgan
56+
* Andre Brisco - https://github.com/abrisco
57+
* Colin O'Dell - https://github.com/colinodell
5458
* Ronny Pfannschmidt - https://github.com/RonnyPfannschmidt
5559
* Christian Fetzer - https://github.com/fetzerch

CHANGELOG.rst

+14-8
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,29 @@ Changelog
99

1010

1111
* `--cov-fail-under` no longer causes `pytest --collect-only` to fail
12-
Contributed by Zac Hatfield-Dodds in
13-
`#511 <https://github.com/pytest-dev/pytest-cov/pull/511>`_.
12+
Contributed by Zac Hatfield-Dodds in `#511 <https://github.com/pytest-dev/pytest-cov/pull/511>`_.
1413
* Dropped support for multiprocessing (mostly because `issue 82408 <https://github.com/python/cpython/issues/82408>`_). This feature was
15-
mostly working but made out test suite very flaky and slow.
14+
mostly working but very broken in certain scenarios and made the test suite very flaky and slow.
1615

17-
There is builtin multiprocessing support in coverage and you can switch to that if you feel lucky. All you need is this in your
16+
There is builtin multiprocessing support in coverage and you can migrate to that. All you need is this in your
1817
``.coveragerc``::
1918

2019
[run]
2120
concurrency = multiprocessing
2221
parallel = true
2322
sigterm = true
23+
* Fixed deprecation in ``setup.py`` by trying to import setuptools before distutils.
24+
Contributed by Ben Greiner in `#545 <https://github.com/pytest-dev/pytest-cov/pull/545>`_.
25+
* Removed undesirable new lines that were displayed while reporting was disabled.
26+
Contributed by Delgan in `#540 <https://github.com/pytest-dev/pytest-cov/pull/540>`_.
27+
* Documentation fixes.
28+
Contributed by Andre Brisco in `#543 <https://github.com/pytest-dev/pytest-cov/pull/543>`_
29+
and Colin O'Dell in `#525 <https://github.com/pytest-dev/pytest-cov/pull/525>`_.
2430
* Added support for LCOV output format via `--cov-report=lcov`. Only works with coverage 6.3+.
25-
Contributed by Christian Fetzer in
26-
`#536 <https://github.com/pytest-dev/pytest-cov/issues/536>`_.
27-
* Use modern way to specify hook options to avoid deprecation warnings with pytest >=7.2.
28-
Contributed by Ronny Pfannschmidt in `#550 <https://github.com/pytest-dev/pytest-cov/pull/550>`_.
31+
Contributed by Christian Fetzer in `#536 <https://github.com/pytest-dev/pytest-cov/issues/536>`_.
32+
* Modernized pytest hook implementation.
33+
Contributed by Bruno Oliveira in `#549 <https://github.com/pytest-dev/pytest-cov/pull/549>`_
34+
and Ronny Pfannschmidt in `#550 <https://github.com/pytest-dev/pytest-cov/pull/550>`_.
2935

3036

3137
3.0.0 (2021-10-04)

0 commit comments

Comments
 (0)