Skip to content

Commit 1a427d3

Browse files
[7.3.x] Amend changelog note for removal of attrs (#10889)
Co-authored-by: Bruno Oliveira <[email protected]>
1 parent cec5bfe commit 1a427d3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/en/changelog.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,12 @@ Improved Documentation
9595
Trivial/Internal Changes
9696
------------------------
9797

98-
- `#10669 <https://github.com/pytest-dev/pytest/issues/10669>`_: pytest no longer depends on the `attrs` package (don't worry, nice diffs for attrs classes are still supported).
98+
- `#10669 <https://github.com/pytest-dev/pytest/issues/10669>`_: pytest no longer directly depends on the `attrs <https://www.attrs.org/en/stable/>`__ package. While
99+
we at pytest all love the package dearly and would like to thank the ``attrs`` team for many years of cooperation and support,
100+
it makes sense for ``pytest`` to have as little external dependencies as possible, as this helps downstream projects.
101+
With that in mind, we have replaced the pytest's limited internal usage to use the standard library's ``dataclasses`` instead.
102+
103+
Nice diffs for ``attrs`` classes are still supported though.
99104

100105

101106
pytest 7.2.2 (2023-03-03)

0 commit comments

Comments
 (0)