File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -64,3 +64,4 @@ Authors
64
64
* Dawn James - https://github.com/dawngerpony
65
65
* Tsvika Shapira - https://github.com/tsvikas
66
66
* Marcos Boger - https://github.com/marcosboger
67
+ * Ofek Lev - https://github.com/ofek
Original file line number Diff line number Diff line change @@ -20,6 +20,11 @@ Changelog
20
20
patch = subprocess
21
21
22
22
This release also requires at least coverage 7.10.6.
23
+ * Switched packaging to have metadata completely in ``pyproject.toml `` and use `hatchling <https://pypi.org/project/hatchling/ >`_ for
24
+ building.
25
+ Contributed by Ofek Lev in `#551 <https://github.com/pytest-dev/pytest-cov/pull/551 >`_
26
+ with some extras in `#716 <https://github.com/pytest-dev/pytest-cov/pull/716 >`_.
27
+ * Removed some not really necessary testing deps like ``six ``.
23
28
24
29
6.3.0 (2025-09-06)
25
30
------------------
You can’t perform that action at this time.
0 commit comments