Preparing release version 4.2.1

This commit is contained in:
Bruno Oliveira
2019-02-12 20:17:06 +00:00
parent e20e376881
commit 82cc3d8cc2
16 changed files with 87 additions and 16 deletions
-1
View File
@@ -1 +0,0 @@
The ``pytest_report_collectionfinish`` hook now is also called with ``--collect-only``.
-1
View File
@@ -1 +0,0 @@
Do not raise ``UsageError`` when an imported package has a ``pytest_plugins.py`` child module.
-1
View File
@@ -1 +0,0 @@
Add note to ``plugins.rst`` that ``pytest_plugins`` should not be used as a name for a user module containing plugins.
-1
View File
@@ -1 +0,0 @@
Document how to use ``raises`` and ``does_not_raise`` to write parametrized tests with conditional raises.
-1
View File
@@ -1 +0,0 @@
Fix output capturing when using pdb++ with recursive debugging.
-1
View File
@@ -1 +0,0 @@
Fix handling of ``collect_ignore`` via parent ``conftest.py``.
-2
View File
@@ -1,2 +0,0 @@
Fix regression where ``setUpClass`` would always be called in subclasses even if all tests
were skipped by a ``unittest.skip()`` decorator applied in the subclass.
-2
View File
@@ -1,2 +0,0 @@
Document how to customize test failure messages when using
``pytest.warns``.
-1
View File
@@ -1 +0,0 @@
Fix ``parametrize(... ids=<function>)`` when the function returns non-strings.
-2
View File
@@ -1,2 +0,0 @@
Some verbosity related attributes of the TerminalReporter plugin are now
read only properties.
-1
View File
@@ -1 +0,0 @@
Fix/improve collection of args when passing in ``__init__.py`` and a test file.
-1
View File
@@ -1 +0,0 @@
``more_itertools`` is now constrained to <6.0.0 when required for Python 2.7 compatibility.
-1
View File
@@ -1 +0,0 @@
Fix "ValueError: Plugin already registered" exceptions when running in build directories that symlink to actual source.