Skip to content

Commit

Permalink
Prepare release version 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pytestbot committed Oct 28, 2020
1 parent cd221df commit 4e8b50b
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 4 deletions.
1 change: 0 additions & 1 deletion changelog/7758.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/7815.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/7911.bugfix.rst

This file was deleted.

1 change: 1 addition & 0 deletions doc/en/announce/index.rst
Expand Up @@ -6,6 +6,7 @@ Release announcements
:maxdepth: 2


release-6.1.2
release-6.1.1
release-6.1.0
release-6.0.2
Expand Down
22 changes: 22 additions & 0 deletions doc/en/announce/release-6.1.2.rst
@@ -0,0 +1,22 @@
pytest-6.1.2
=======================================

pytest 6.1.2 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:

* Bruno Oliveira
* Manuel Mariñez
* Ran Benita
* Vasilis Gerakaris
* William Jamir Silva


Happy testing,
The pytest Development Team
19 changes: 19 additions & 0 deletions doc/en/changelog.rst
Expand Up @@ -28,6 +28,25 @@ with advance notice in the **Deprecations** section of releases.

.. towncrier release notes start
pytest 6.1.2 (2020-10-28)
=========================

Bug Fixes
---------

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


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



Improved Documentation
----------------------

- `#7815 <https://github.com/pytest-dev/pytest/issues/7815>`_: Improve deprecation warning message for ``pytest._fillfuncargs()``.


pytest 6.1.1 (2020-10-03)
=========================

Expand Down
2 changes: 1 addition & 1 deletion doc/en/getting-started.rst
Expand Up @@ -28,7 +28,7 @@ Install ``pytest``
.. code-block:: bash
$ pytest --version
pytest 6.1.1
pytest 6.1.2
.. _`simpletest`:

Expand Down

0 comments on commit 4e8b50b

Please sign in to comment.