Prepare release version 7.0.1

This commit is contained in:
pytest bot
2022-02-11 15:54:45 +00:00
parent 591d476f14
commit bc3021cdfd
10 changed files with 47 additions and 9 deletions

View File

@@ -1 +0,0 @@
Fix invalid importing of ``importlib.readers`` in Python 3.9.

View File

@@ -1,3 +0,0 @@
Restore `UnitTestFunction.obj` to return unbound rather than bound method.
Fixes a crash during a failed teardown in unittest TestCases with non-default `__init__`.
Regressed in pytest 7.0.0.

View File

@@ -1 +0,0 @@
The ``pythonpath`` plugin was renamed to ``python_path``. This avoids a conflict with the ``pytest-pythonpath`` plugin.

View File

@@ -1 +0,0 @@
Fix running tests by id with ``::`` in the parametrize portion.

View File

@@ -1,2 +0,0 @@
Delay issuing a :class:`~pytest.PytestWarning` about diamond inheritance involving :class:`~pytest.Item` and
:class:`~pytest.Collector` so it can be filtered using :ref:`standard warning filters <warnings>`.