@@ -19,6 +19,52 @@ Pytest 3.2.0 (unreleased)
19
19
variables, that will be expanded.
20
20
21
21
22
+ Pytest 3.1.3 (2017-07-03)
23
+ =========================
24
+
25
+ Bug Fixes
26
+ ---------
27
+
28
+ - Fix decode error in Python 2 for doctests in docstrings. (`#2434
29
+ <https://github.com/pytest-dev/pytest/issues/2434> `_)
30
+
31
+ - Exceptions raised during teardown by finalizers are now suppressed until all
32
+ finalizers are called, with the initial exception reraised. (`#2440
33
+ <https://github.com/pytest-dev/pytest/issues/2440> `_)
34
+
35
+ - Fix incorrect "collected items" report when specifying tests on the command-
36
+ line. (`#2464 <https://github.com/pytest-dev/pytest/issues/2464 >`_)
37
+
38
+ - ``deprecated_call `` in context-manager form now captures deprecation warnings
39
+ even if the same warning has already been raised. Also, ``deprecated_call ``
40
+ will always produce the same error message (previously it would produce
41
+ different messages in context-manager vs. function-call mode). (`#2469
42
+ <https://github.com/pytest-dev/pytest/issues/2469> `_)
43
+
44
+ - Fix issue where paths collected by pytest could have triple leading ``/ ``
45
+ characters. (`#2475 <https://github.com/pytest-dev/pytest/issues/2475 >`_)
46
+
47
+ - Fix internal error when trying to detect the start of a recursive traceback.
48
+ (`#2486 <https://github.com/pytest-dev/pytest/issues/2486 >`_)
49
+
50
+
51
+ Improved Documentation
52
+ ----------------------
53
+
54
+ - Explicitly state for which hooks the calls stop after the first non-None
55
+ result. (`#2493 <https://github.com/pytest-dev/pytest/issues/2493 >`_)
56
+
57
+
58
+ Trivial/Internal Changes
59
+ ------------------------
60
+
61
+ - Create invoke tasks for updating the vendored packages. (`#2474
62
+ <https://github.com/pytest-dev/pytest/issues/2474> `_)
63
+
64
+ - Update copyright dates in LICENSE, README.rst and in the documentation.
65
+ (`#2499 <https://github.com/pytest-dev/pytest/issues/2499 >`_)
66
+
67
+
22
68
Pytest 3.1.2 (2017-06-08)
23
69
=========================
24
70
0 commit comments