Skip to content

Commit 0ffe9e0

Browse files
committed
Prepare release version 7.1.1
1 parent 6f2c1ec commit 0ffe9e0

File tree

5 files changed

+29
-2
lines changed

5 files changed

+29
-2
lines changed

changelog/9767.bugfix.rst

-1
This file was deleted.

doc/en/announce/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Release announcements
66
:maxdepth: 2
77

88

9+
release-7.1.1
910
release-7.1.0
1011
release-7.0.1
1112
release-7.0.0

doc/en/announce/release-7.1.1.rst

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
pytest-7.1.1
2+
=======================================
3+
4+
pytest 7.1.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 https://docs.pytest.org/en/stable/changelog.html.
11+
12+
Thanks to all of the contributors to this release:
13+
14+
* Ran Benita
15+
16+
17+
Happy testing,
18+
The pytest Development Team

doc/en/changelog.rst

+9
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ with advance notice in the **Deprecations** section of releases.
2828

2929
.. towncrier release notes start
3030
31+
pytest 7.1.1 (2022-03-17)
32+
=========================
33+
34+
Bug Fixes
35+
---------
36+
37+
- `#9767 <https://github.com/pytest-dev/pytest/issues/9767>`_: Fixed a regression in pytest 7.1.0 where some conftest.py files outside of the source tree (e.g. in the `site-packages` directory) were not picked up.
38+
39+
3140
pytest 7.1.0 (2022-03-13)
3241
=========================
3342

doc/en/getting-started.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Install ``pytest``
2222
.. code-block:: bash
2323
2424
$ pytest --version
25-
pytest 7.1.0
25+
pytest 7.1.1
2626
2727
.. _`simpletest`:
2828

0 commit comments

Comments
 (0)