Skip to content

Commit ed2bb9d

Browse files
authored
Merge pull request #2997 from nicoddemus/release-3.3.1
Preparing release version 3.3.1
2 parents 5c6758f + 2a111ff commit ed2bb9d

11 files changed

+68
-8
lines changed

CHANGELOG.rst

+42
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,48 @@
88
99
.. towncrier release notes start
1010
11+
Pytest 3.3.1 (2017-12-05)
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+
- The pytest-capturelog plugin is now also blacklisted, avoiding errors when
35+
running pytest with it still installed. (`#3004
36+
<https://github.com/pytest-dev/pytest/issues/3004>`_)
37+
38+
39+
Improved Documentation
40+
----------------------
41+
42+
- Fix broken link to plugin pytest-localserver. (`#2963
43+
<https://github.com/pytest-dev/pytest/issues/2963>`_)
44+
45+
46+
Trivial/Internal Changes
47+
------------------------
48+
49+
- Update github "bugs" link in CONTRIBUTING.rst (`#2949
50+
<https://github.com/pytest-dev/pytest/issues/2949>`_)
51+
52+
1153
Pytest 3.3.0 (2017-11-23)
1254
=========================
1355

changelog/2920.bugfix

-1
This file was deleted.

changelog/2949.trivial

-1
This file was deleted.

changelog/2956.bugfix

-1
This file was deleted.

changelog/2957.bugfix

-1
This file was deleted.

changelog/2963.doc

-1
This file was deleted.

changelog/2971.bugfix

-1
This file was deleted.

changelog/2984.bugfix

-1
This file was deleted.

changelog/3004.bugfix

-1
This file was deleted.

doc/en/announce/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Release announcements
66
:maxdepth: 2
77

88

9+
release-3.3.1
910
release-3.3.0
1011
release-3.2.5
1112
release-3.2.4

doc/en/announce/release-3.3.1.rst

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

0 commit comments

Comments
 (0)