Skip to content

Commit ea26980

Browse files
even-evenpatchback[bot]
authored andcommitted
docs: actualize pytest_version (#14099)
(cherry picked from commit fe7e4d5)
1 parent 1905518 commit ea26980

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

doc/en/backwards-compatibility.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,10 @@ Released pytest versions support all Python versions that are actively maintaine
8383
============== ===================
8484
pytest version min. Python version
8585
============== ===================
86-
8.4+ 3.9+
87-
8.0+ 3.8+
88-
7.1+ 3.7+
86+
9.0+ 3.10+
87+
8.4 3.9+
88+
8.0 - 8.3 3.8+
89+
7.1 - 7.4 3.7+
8990
6.2 - 7.0 3.6+
9091
5.0 - 6.1 3.5+
9192
3.3 - 4.6 2.7, 3.4+

doc/en/reference/reference.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The current pytest version, as a string::
1818

1919
>>> import pytest
2020
>>> pytest.__version__
21-
'7.0.0'
21+
'9.0.2'
2222

2323
.. _`hidden-param`:
2424

@@ -2539,7 +2539,7 @@ passed multiple times. The expected format is ``name=value``. For example::
25392539

25402540
.. confval:: truncation_limit_lines
25412541

2542-
Controls maximum number of linesto truncate assertion message contents.
2542+
Controls maximum number of lines to truncate assertion message contents.
25432543

25442544
Setting value to ``0`` disables the lines limit for truncation.
25452545

0 commit comments

Comments
 (0)