Skip to content

Commit

Permalink
Merge pull request #2483 from nicoddemus/release-3.1.2
Browse files Browse the repository at this point in the history
Preparing release version 3.1.2
  • Loading branch information
nicoddemus authored Jun 9, 2017
2 parents 917b9a8 + 7cbf265 commit b2d7c26
Show file tree
Hide file tree
Showing 11 changed files with 56 additions and 13 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,38 @@
.. towncrier release notes start
Pytest 3.1.2 (2017-06-08)
=========================

Bug Fixes
---------

- Required options added via ``pytest_addoption`` will no longer prevent using
--help without passing them. (#1999)

- Respect ``python_files`` in assertion rewriting. (#2121)

- Fix recursion error detection when frames in the traceback contain objects
that can't be compared (like ``numpy`` arrays). (#2459)

- ``UnicodeWarning`` is issued from the internal pytest warnings plugin only
when the message contains non-ascii unicode (Python 2 only). (#2463)

- Added a workaround for Python 3.6 WindowsConsoleIO breaking due to Pytests's
FDCapture. Other code using console handles might still be affected by the
very same issue and might require further workarounds/fixes, i.e. colorama.
(#2467)


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

- Fix internal API links to ``pluggy`` objects. (#2331)

- Make it clear that ``pytest.xfail`` stops test execution at the calling point
and improve overall flow of the ``skipping`` docs. (#810)


Pytest 3.1.1 (2017-05-30)
=========================

Expand Down
2 changes: 0 additions & 2 deletions changelog/1999.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/2463.bugfix

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/2467.bugfix

This file was deleted.

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

This file was deleted.

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


release-3.1.2
release-3.1.1
release-3.1.0
release-3.0.7
Expand Down
23 changes: 23 additions & 0 deletions doc/en/announce/release-3.1.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
pytest-3.1.2
=======================================

pytest 3.1.2 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:

* Andreas Pelme
* ApaDoctor
* Bruno Oliveira
* Florian Bruhin
* Ronny Pfannschmidt
* Segev Finer


Happy testing,
The pytest Development Team
2 changes: 0 additions & 2 deletions doc/en/skipping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,6 @@ Running it with the report-on-xfail option gives this output::
======= 7 xfailed in 0.12 seconds ========



.. _`skip/xfail with parametrize`:

Skip/xfail with parametrize
Expand Down

0 comments on commit b2d7c26

Please sign in to comment.