Skip to content

Commit

Permalink
Merge pull request #9785 from pytest-dev/release-7.1.1
Browse files Browse the repository at this point in the history
Prepare release 7.1.1

(cherry picked from commit b9462ed)
  • Loading branch information
bluetech committed Mar 17, 2022
1 parent 22756c2 commit a18655f
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 2 deletions.
1 change: 0 additions & 1 deletion changelog/9767.bugfix.rst

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-7.1.1
release-7.1.0
release-7.0.1
release-7.0.0
Expand Down
18 changes: 18 additions & 0 deletions doc/en/announce/release-7.1.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
pytest-7.1.1
=======================================

pytest 7.1.1 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 https://docs.pytest.org/en/stable/changelog.html.

Thanks to all of the contributors to this release:

* Ran Benita


Happy testing,
The pytest Development Team
9 changes: 9 additions & 0 deletions doc/en/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ with advance notice in the **Deprecations** section of releases.

.. towncrier release notes start
pytest 7.1.1 (2022-03-17)
=========================

Bug Fixes
---------

- `#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.


pytest 7.1.0 (2022-03-13)
=========================

Expand Down
2 changes: 1 addition & 1 deletion doc/en/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Install ``pytest``
.. code-block:: bash
$ pytest --version
pytest 7.1.0
pytest 7.1.1
.. _`simpletest`:

Expand Down

0 comments on commit a18655f

Please sign in to comment.