From 57e9354a86f658556fe6f15f07625c4b9a9ddf53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= Date: Wed, 28 Sep 2022 18:19:04 +0300 Subject: [PATCH] Really update the changelog. --- AUTHORS.rst | 4 ++++ CHANGELOG.rst | 22 ++++++++++++++-------- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index ae14600e..2ad80a00 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -51,5 +51,9 @@ Authors * Danilo Šegan - https://github.com/dsegan * Michał Bielawski - https://github.com/D3X * Zac Hatfield-Dodds - https://github.com/Zac-HD +* Ben Greiner - https://github.com/bnavigator +* Delgan - https://github.com/Delgan +* Andre Brisco - https://github.com/abrisco +* Colin O'Dell - https://github.com/colinodell * Ronny Pfannschmidt - https://github.com/RonnyPfannschmidt * Christian Fetzer - https://github.com/fetzerch diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 479112ba..c49683f5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,23 +9,29 @@ Changelog * `--cov-fail-under` no longer causes `pytest --collect-only` to fail - Contributed by Zac Hatfield-Dodds in - `#511 `_. + Contributed by Zac Hatfield-Dodds in `#511 `_. * Dropped support for multiprocessing (mostly because `issue 82408 `_). This feature was - mostly working but made out test suite very flaky and slow. + mostly working but very broken in certain scenarios and made the test suite very flaky and slow. - There is builtin multiprocessing support in coverage and you can switch to that if you feel lucky. All you need is this in your + There is builtin multiprocessing support in coverage and you can migrate to that. All you need is this in your ``.coveragerc``:: [run] concurrency = multiprocessing parallel = true sigterm = true +* Fixed deprecation in ``setup.py`` by trying to import setuptools before distutils. + Contributed by Ben Greiner in `#545 `_. +* Removed undesirable new lines that were displayed while reporting was disabled. + Contributed by Delgan in `#540 `_. +* Documentation fixes. + Contributed by Andre Brisco in `#543 `_ + and Colin O'Dell in `#525 `_. * Added support for LCOV output format via `--cov-report=lcov`. Only works with coverage 6.3+. - Contributed by Christian Fetzer in - `#536 `_. -* Use modern way to specify hook options to avoid deprecation warnings with pytest >=7.2. - Contributed by Ronny Pfannschmidt in `#550 `_. + Contributed by Christian Fetzer in `#536 `_. +* Modernized pytest hook implementation. + Contributed by Bruno Oliveira in `#549 `_ + and Ronny Pfannschmidt in `#550 `_. 3.0.0 (2021-10-04)