Skip to content

Commit 69d9032

Browse files
authored
Merge pull request #7849 from pytest-dev/release-6.1.1
Prepare release 6.1.1
2 parents 9df5267 + 0ad20b5 commit 69d9032

File tree

6 files changed

+32
-3
lines changed

6 files changed

+32
-3
lines changed

changelog/7807.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/7814.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/en/announce/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Release announcements
66
:maxdepth: 2
77

88

9+
release-6.1.1
910
release-6.1.0
1011
release-6.0.2
1112
release-6.0.1

doc/en/announce/release-6.1.1.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
pytest-6.1.1
2+
=======================================
3+
4+
pytest 6.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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@ with advance notice in the **Deprecations** section of releases.
2828

2929
.. towncrier release notes start
3030
31+
pytest 6.1.1 (2020-10-03)
32+
=========================
33+
34+
Bug Fixes
35+
---------
36+
37+
- `#7807 <https://github.com/pytest-dev/pytest/issues/7807>`_: Fixed regression in pytest 6.1.0 causing incorrect rootdir to be determined in some non-trivial cases where parent directories have config files as well.
38+
39+
40+
- `#7814 <https://github.com/pytest-dev/pytest/issues/7814>`_: Fixed crash in header reporting when :confval:`testpaths` is used and contains absolute paths (regression in 6.1.0).
41+
42+
3143
pytest 6.1.0 (2020-09-26)
3244
=========================
3345

doc/en/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Install ``pytest``
2828
.. code-block:: bash
2929
3030
$ pytest --version
31-
pytest 6.1.0
31+
pytest 6.1.1
3232
3333
.. _`simpletest`:
3434

0 commit comments

Comments
 (0)