File tree 3 files changed +31
-0
lines changed 3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Release announcements
20
20
release-5.1.0
21
21
release-5.0.1
22
22
release-5.0.0
23
+ release-4.6.9
23
24
release-4.6.8
24
25
release-4.6.7
25
26
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
Original file line number Diff line number Diff line change @@ -815,6 +815,15 @@ Improved Documentation
815
815
- `#5416 <https://github.com/pytest-dev/pytest/issues/5416 >`_: Fix PytestUnknownMarkWarning in run/skip example.
816
816
817
817
818
+ pytest 4.6.9 (2020-01-04)
819
+ =========================
820
+
821
+ Bug Fixes
822
+ ---------
823
+
824
+ - `#6301 <https://github.com/pytest-dev/pytest/issues/6301 >`_: Fix assertion rewriting for egg-based distributions and ``editable `` installs (``pip install --editable ``).
825
+
826
+
818
827
pytest 4.6.8 (2019-12-19)
819
828
=========================
820
829
You can’t perform that action at this time.
0 commit comments