Prepare release 7.0.0 (#9598)

* Prepare release version 7.0.0

* Add note to changelog

Co-authored-by: pytest bot <pytestbot@gmail.com>
Co-authored-by: Florian Bruhin <me@the-compiler.org>
This commit is contained in:
github-actions[bot]
2022-02-04 11:23:39 +01:00
committed by GitHub
parent 737b220516
commit e37fbe5685
11 changed files with 123 additions and 16 deletions

View File

@@ -1 +0,0 @@
Fixed error message prints function decorators when using assert in Python 3.8 and above.

View File

@@ -1 +0,0 @@
Ensure :attr:`pytest.Config.inifile` is available during the :func:`pytest_cmdline_main <_pytest.hookspec.pytest_cmdline_main>` hook (regression during ``7.0.0rc1``).

View File

@@ -1 +0,0 @@
Added extra documentation on alternatives to common misuses of `pytest.warns(None)` ahead of its deprecation.

View File

@@ -1,7 +0,0 @@
If custom subclasses of nodes like :class:`pytest.Item` override the
``__init__`` method, they should take ``**kwargs``. See
:ref:`uncooperative-constructors-deprecated` for details.
Note that a deprection warning is only emitted when there is a conflict in the
arguments pytest expected to pass. This deprecation was already part of pytest
7.0.0rc1 but wasn't documented.

View File

@@ -1,2 +0,0 @@
Clarify where the configuration files are located. To avoid confusions documentation mentions
that configuration file is located in the root of the repository.

View File

@@ -1 +0,0 @@
Add test coverage to assertion rewrite path.