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