File tree Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,15 @@ with advance notice in the **Deprecations** section of releases.
1818
1919.. towncrier release notes start
2020
21+ pytest 5.2.1 (2019-10-06)
22+ =========================
23+
24+ Bug Fixes
25+ ---------
26+
27+ - `#5902 <https://github.com/pytest-dev/pytest/issues/5902 >`_: Fix warnings about deprecated ``cmp `` attribute in ``attrs>=19.2 ``.
28+
29+
2130pytest 5.2.0 (2019-09-28)
2231=========================
2332
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Release announcements
66 :maxdepth: 2
77
88
9+ release-5.2.1
910 release-5.2.0
1011 release-5.1.3
1112 release-5.1.2
Original file line number Diff line number Diff line change 1+ pytest-5.2.1
2+ =======================================
3+
4+ pytest 5.2.1 has just been released to PyPI.
5+
6+ This is a bug-fix release, being a drop-in replacement. To upgrade::
7+
8+ pip install --upgrade pytest
9+
10+ The full changelog is available at https://docs.pytest.org/en/latest/changelog.html.
11+
12+ Thanks to all who contributed to this release, among them:
13+
14+ * Anthony Sottile
15+ * Bruno Oliveira
16+ * Florian Bruhin
17+ * Hynek Schlawack
18+ * Kevin J. Foley
19+ * tadashigaki
20+
21+
22+ Happy testing,
23+ The pytest Development Team
You can’t perform that action at this time.
0 commit comments