Skip to content

Commit e7073af

Browse files
pytestbotbluetech
authored andcommitted
Prepare release version 6.2.0
1 parent 683f29f commit e7073af

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+302
-132
lines changed

changelog/1265.improvement.rst

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

changelog/2044.improvement.rst

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

changelog/4824.bugfix.rst

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

changelog/5299.feature.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/7425.feature.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog/7429.doc.rst

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

changelog/7469.deprecation.rst

Lines changed: 0 additions & 18 deletions
This file was deleted.

changelog/7469.improvement.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

changelog/7527.improvement.rst

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

changelog/7530.deprecation.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/7615.improvement.rst

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

changelog/7695.feature.rst

Lines changed: 0 additions & 19 deletions
This file was deleted.

changelog/7701.improvement.rst

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

changelog/7710.improvement.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/7758.bugfix.rst

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

changelog/7780.doc.rst

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

changelog/7802.trivial.rst

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

changelog/7808.breaking.rst

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

changelog/7872.doc.rst

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

changelog/7878.doc.rst

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

changelog/7911.bugfix.rst

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

changelog/7913.bugfix.rst

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

changelog/7938.improvement.rst

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

changelog/7951.bugfix.rst

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

changelog/7981.bugfix.rst

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

changelog/7988.deprecation.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog/8006.feature.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

changelog/8014.trivial.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/8016.bugfix.rst

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

changelog/8023.improvement.rst

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

changelog/8032.improvement.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.2.0
910
release-6.1.2
1011
release-6.1.1
1112
release-6.1.0

doc/en/announce/release-6.2.0.rst

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
pytest-6.2.0
2+
=======================================
3+
4+
The pytest team is proud to announce the 6.2.0 release!
5+
6+
This release contains new features, improvements, bug fixes, and breaking changes, so users
7+
are encouraged to take a look at the CHANGELOG carefully:
8+
9+
https://docs.pytest.org/en/stable/changelog.html
10+
11+
For complete documentation, please visit:
12+
13+
https://docs.pytest.org/en/stable/
14+
15+
As usual, you can upgrade from PyPI via:
16+
17+
pip install -U pytest
18+
19+
Thanks to all of the contributors to this release:
20+
21+
* Adam Johnson
22+
* Albert Villanova del Moral
23+
* Anthony Sottile
24+
* Anton
25+
* Ariel Pillemer
26+
* Bruno Oliveira
27+
* Charles Aracil
28+
* Christine M
29+
* Christine Mecklenborg
30+
* Cserna Zsolt
31+
* Dominic Mortlock
32+
* Emiel van de Laar
33+
* Florian Bruhin
34+
* Garvit Shubham
35+
* Gustavo Camargo
36+
* Hugo Martins
37+
* Hugo van Kemenade
38+
* Jakob van Santen
39+
* Josias Aurel
40+
* Jürgen Gmach
41+
* Karthikeyan Singaravelan
42+
* Katarzyna
43+
* Kyle Altendorf
44+
* Manuel Mariñez
45+
* Matthew Hughes
46+
* Matthias Gabriel
47+
* Max Voitko
48+
* Maximilian Cosmo Sitter
49+
* Mikhail Fesenko
50+
* Nimesh Vashistha
51+
* Pedro Algarvio
52+
* Petter Strandmark
53+
* Prakhar Gurunani
54+
* Prashant Sharma
55+
* Ran Benita
56+
* Ronny Pfannschmidt
57+
* Sanket Duthade
58+
* Shubham Adep
59+
* Simon K
60+
* Tanvi Mehta
61+
* Thomas Grainger
62+
* Tim Hoffmann
63+
* Vasilis Gerakaris
64+
* William Jamir Silva
65+
* Zac Hatfield-Dodds
66+
* crricks
67+
* dependabot[bot]
68+
* duthades
69+
* frankgerhardt
70+
* kwgchi
71+
* mickeypash
72+
* symonk
73+
74+
75+
Happy testing,
76+
The pytest Development Team

doc/en/builtin.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@ For information about fixtures, see :ref:`fixtures`. To see a complete list of a
158158
function invocation, created as a sub directory of the base temporary
159159
directory.
160160
161+
By default, a new base temporary directory is created each test session,
162+
and old bases are removed after 3 sessions, to aid in debugging. If
163+
``--basetemp`` is used then it is cleared each session. See :ref:`base
164+
temporary directory`.
165+
161166
The returned object is a `py.path.local`_ path object.
162167
163168
.. _`py.path.local`: https://py.readthedocs.io/en/latest/path.html
@@ -167,6 +172,11 @@ For information about fixtures, see :ref:`fixtures`. To see a complete list of a
167172
function invocation, created as a sub directory of the base temporary
168173
directory.
169174
175+
By default, a new base temporary directory is created each test session,
176+
and old bases are removed after 3 sessions, to aid in debugging. If
177+
``--basetemp`` is used then it is cleared each session. See :ref:`base
178+
temporary directory`.
179+
170180
The returned object is a :class:`pathlib.Path` object.
171181
172182

0 commit comments

Comments
 (0)