Skip to content

Commit 4e8b50b

Browse files
committed
Prepare release version 6.1.2
1 parent cd221df commit 4e8b50b

File tree

7 files changed

+43
-4
lines changed

7 files changed

+43
-4
lines changed

changelog/7758.bugfix.rst

-1
This file was deleted.

changelog/7815.doc.rst

-1
This file was deleted.

changelog/7911.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-6.1.2
910
release-6.1.1
1011
release-6.1.0
1112
release-6.0.2

doc/en/announce/release-6.1.2.rst

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
pytest-6.1.2
2+
=======================================
3+
4+
pytest 6.1.2 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+
* Bruno Oliveira
15+
* Manuel Mariñez
16+
* Ran Benita
17+
* Vasilis Gerakaris
18+
* William Jamir Silva
19+
20+
21+
Happy testing,
22+
The pytest Development Team

doc/en/changelog.rst

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

2929
.. towncrier release notes start
3030
31+
pytest 6.1.2 (2020-10-28)
32+
=========================
33+
34+
Bug Fixes
35+
---------
36+
37+
- `#7758 <https://github.com/pytest-dev/pytest/issues/7758>`_: Fixed an issue where some files in packages are getting lost from ``--lf`` even though they contain tests that failed. Regressed in pytest 5.4.0.
38+
39+
40+
- `#7911 <https://github.com/pytest-dev/pytest/issues/7911>`_: Directories created by `tmpdir` are now considered stale after 3 days without modification (previous value was 3 hours) to avoid deleting directories still in use in long running test suites.
41+
42+
43+
44+
Improved Documentation
45+
----------------------
46+
47+
- `#7815 <https://github.com/pytest-dev/pytest/issues/7815>`_: Improve deprecation warning message for ``pytest._fillfuncargs()``.
48+
49+
3150
pytest 6.1.1 (2020-10-03)
3251
=========================
3352

doc/en/getting-started.rst

+1-1
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.1
31+
pytest 6.1.2
3232
3333
.. _`simpletest`:
3434

0 commit comments

Comments
 (0)