|
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 |
|
|
0 commit comments