Skip to content

Commit 846bbfb

Browse files
committed
Preparing release version 3.3.1
1 parent 2e8b0a8 commit 846bbfb

File tree

10 files changed

+64
-7
lines changed

10 files changed

+64
-7
lines changed

CHANGELOG.rst

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,44 @@
88
99
.. towncrier release notes start
1010
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+
1149
Pytest 3.3.0 (2017-11-23)
1250
=========================
1351

changelog/2920.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/2949.trivial

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/2956.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/2957.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/2963.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/2971.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/2984.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/en/announce/index.rst

Lines changed: 1 addition & 0 deletions
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

Lines changed: 25 additions & 0 deletions
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)