Skip to content

Commit

Permalink
Merge pull request #2997 from nicoddemus/release-3.3.1
Browse files Browse the repository at this point in the history
Preparing release version 3.3.1
  • Loading branch information
nicoddemus committed Dec 6, 2017
2 parents 5c6758f + 2a111ff commit ed2bb9d
Show file tree
Hide file tree
Showing 11 changed files with 68 additions and 8 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -8,6 +8,48 @@
.. towncrier release notes start
Pytest 3.3.1 (2017-12-05)
=========================

Bug Fixes
---------

- Fix issue about ``-p no:<plugin>`` having no effect. (`#2920
<https://github.com/pytest-dev/pytest/issues/2920>`_)

- Fix regression with warnings that contained non-strings in their arguments in
Python 2. (`#2956 <https://github.com/pytest-dev/pytest/issues/2956>`_)

- Always escape null bytes when setting ``PYTEST_CURRENT_TEST``. (`#2957
<https://github.com/pytest-dev/pytest/issues/2957>`_)

- Fix ``ZeroDivisionError`` when using the ``testmon`` plugin when no tests
were actually collected. (`#2971
<https://github.com/pytest-dev/pytest/issues/2971>`_)

- Bring back ``TerminalReporter.writer`` as an alias to
``TerminalReporter._tw``. This alias was removed by accident in the ``3.3.0``
release. (`#2984 <https://github.com/pytest-dev/pytest/issues/2984>`_)

- The pytest-capturelog plugin is now also blacklisted, avoiding errors when
running pytest with it still installed. (`#3004
<https://github.com/pytest-dev/pytest/issues/3004>`_)


Improved Documentation
----------------------

- Fix broken link to plugin pytest-localserver. (`#2963
<https://github.com/pytest-dev/pytest/issues/2963>`_)


Trivial/Internal Changes
------------------------

- Update github "bugs" link in CONTRIBUTING.rst (`#2949
<https://github.com/pytest-dev/pytest/issues/2949>`_)


Pytest 3.3.0 (2017-11-23)
=========================

Expand Down
1 change: 0 additions & 1 deletion changelog/2920.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog/2949.trivial

This file was deleted.

1 change: 0 additions & 1 deletion changelog/2956.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog/2957.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog/2963.doc

This file was deleted.

1 change: 0 additions & 1 deletion changelog/2971.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog/2984.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog/3004.bugfix

This file was deleted.

1 change: 1 addition & 0 deletions doc/en/announce/index.rst
Expand Up @@ -6,6 +6,7 @@ Release announcements
:maxdepth: 2


release-3.3.1
release-3.3.0
release-3.2.5
release-3.2.4
Expand Down
25 changes: 25 additions & 0 deletions doc/en/announce/release-3.3.1.rst
@@ -0,0 +1,25 @@
pytest-3.3.1
=======================================

pytest 3.3.1 has just been released to PyPI.

This is a bug-fix release, being a drop-in replacement. To upgrade::

pip install --upgrade pytest
The full changelog is available at http://doc.pytest.org/en/latest/changelog.html.

Thanks to all who contributed to this release, among them:

* Bruno Oliveira
* Daniel Hahler
* Eugene Prikazchikov
* Florian Bruhin
* Roland Puntaier
* Ronny Pfannschmidt
* Sebastian Rahlf
* Tom Viner


Happy testing,
The pytest Development Team

0 comments on commit ed2bb9d

Please sign in to comment.