File tree 10 files changed +64
-7
lines changed 10 files changed +64
-7
lines changed Original file line number Diff line number Diff line change 8
8
9
9
.. towncrier release notes start
10
10
11
+ Pytest 3.3.1 (2017-12-04)
12
+ =========================
13
+
14
+ Bug Fixes
15
+ ---------
16
+
17
+ - Fix issue about ``-p no:<plugin> `` having no effect. (`#2920
18
+ <https://github.com/pytest-dev/pytest/issues/2920> `_)
19
+
20
+ - Fix regression with warnings that contained non-strings in their arguments in
21
+ Python 2. (`#2956 <https://github.com/pytest-dev/pytest/issues/2956 >`_)
22
+
23
+ - Always escape null bytes when setting ``PYTEST_CURRENT_TEST ``. (`#2957
24
+ <https://github.com/pytest-dev/pytest/issues/2957> `_)
25
+
26
+ - Fix ``ZeroDivisionError `` when using the ``testmon `` plugin when no tests
27
+ were actually collected. (`#2971
28
+ <https://github.com/pytest-dev/pytest/issues/2971> `_)
29
+
30
+ - Bring back ``TerminalReporter.writer `` as an alias to
31
+ ``TerminalReporter._tw ``. This alias was removed by accident in the ``3.3.0 ``
32
+ release. (`#2984 <https://github.com/pytest-dev/pytest/issues/2984 >`_)
33
+
34
+
35
+ Improved Documentation
36
+ ----------------------
37
+
38
+ - Fix broken link to plugin pytest-localserver. (`#2963
39
+ <https://github.com/pytest-dev/pytest/issues/2963> `_)
40
+
41
+
42
+ Trivial/Internal Changes
43
+ ------------------------
44
+
45
+ - Update github "bugs" link in CONTRIBUTING.rst (`#2949
46
+ <https://github.com/pytest-dev/pytest/issues/2949> `_)
47
+
48
+
11
49
Pytest 3.3.0 (2017-11-23)
12
50
=========================
13
51
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
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-3.3.1
9
10
release-3.3.0
10
11
release-3.2.5
11
12
release-3.2.4
Original file line number Diff line number Diff line change
1
+ pytest-3.3.1
2
+ =======================================
3
+
4
+ pytest 3.3.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 http://doc.pytest.org/en/latest/changelog.html.
11
+
12
+ Thanks to all who contributed to this release, among them:
13
+
14
+ * Bruno Oliveira
15
+ * Daniel Hahler
16
+ * Eugene Prikazchikov
17
+ * Florian Bruhin
18
+ * Roland Puntaier
19
+ * Ronny Pfannschmidt
20
+ * Sebastian Rahlf
21
+ * Tom Viner
22
+
23
+
24
+ Happy testing,
25
+ The pytest Development Team
You can’t perform that action at this time.
0 commit comments