You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
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``.
0 commit comments