File tree 4 files changed +31
-1
lines changed
4 files changed +31
-1
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.
18
18
19
19
.. towncrier release notes start
20
20
21
+ pytest 4.6.9 (2020-01-04)
22
+ =========================
23
+
24
+ Bug Fixes
25
+ ---------
26
+
27
+ - `#6301 <https://github.com/pytest-dev/pytest/issues/6301 >`_: Fix assertion rewriting for egg-based distributions and ``editable `` installs (``pip install --editable ``).
28
+
29
+
21
30
pytest 4.6.8 (2019-12-19)
22
31
=========================
23
32
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Release announcements
6
6
:maxdepth: 2
7
7
8
8
9
+ release-4.6.9
9
10
release-4.6.8
10
11
release-4.6.7
11
12
release-4.6.6
Original file line number Diff line number Diff line change
1
+ pytest-4.6.9
2
+ =======================================
3
+
4
+ pytest 4.6.9 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
+ * Felix Yan
17
+ * Hugo
18
+
19
+
20
+ Happy testing,
21
+ The pytest Development Team
You can’t perform that action at this time.
0 commit comments