@@ -15,7 +15,7 @@ Deprecations and Removals
15
15
-------------------------
16
16
17
17
- Pytest no longer supports Python **2.6 ** and **3.3 **. Those Python versions
18
- are EOL for some time now and incurr maintenance and compatibility costs on
18
+ are EOL for some time now and incur maintenance and compatibility costs on
19
19
the pytest core team, and following up with the rest of the community we
20
20
decided that they will no longer be supported starting on this version. Users
21
21
which still require those versions should pin pytest to ``<3.3 ``. (`#2812
@@ -30,7 +30,7 @@ Deprecations and Removals
30
30
``CallSpec2 `` class. (`#2672
31
31
<https://github.com/pytest-dev/pytest/issues/2672> `_)
32
32
33
- - remove ParameterSet.deprecated_arg_dict - its not a public api and the lack
33
+ - Remove ParameterSet.deprecated_arg_dict - its not a public api and the lack
34
34
of the underscore was a naming error. (`#2675
35
35
<https://github.com/pytest-dev/pytest/issues/2675> `_)
36
36
@@ -46,16 +46,16 @@ Features
46
46
47
47
- Replace the old introspection code in compat.py that determines the available
48
48
arguments of fixtures with inspect.signature on Python 3 and
49
- funcsigs.signature on Python 2. This should respect __signature__
49
+ funcsigs.signature on Python 2. This should respect `` __signature__ ``
50
50
declarations on functions. (`#2267
51
51
<https://github.com/pytest-dev/pytest/issues/2267> `_)
52
52
53
- - Report only once tests with global ``pytestmark `` variable. (`#2549
53
+ - Report tests with global ``pytestmark `` variable only once . (`#2549
54
54
<https://github.com/pytest-dev/pytest/issues/2549> `_)
55
55
56
56
- Now pytest displays the total progress percentage while running tests. The
57
- previous output style can be set by setting the new ``console_output_style ``
58
- to ``classic ``. (`#2657 <https://github.com/pytest-dev/pytest/issues/2657 >`_)
57
+ previous output style can be set by configuring the ``console_output_style ``
58
+ setting to ``classic ``. (`#2657 <https://github.com/pytest-dev/pytest/issues/2657 >`_)
59
59
60
60
- Match ``warns `` signature to ``raises `` by adding ``match `` keyword. (`#2708
61
61
<https://github.com/pytest-dev/pytest/issues/2708> `_)
@@ -83,15 +83,15 @@ Features
83
83
``err`` can be accessed by attribute. (`#2879
84
84
<https://github.com/pytest-dev/pytest/issues/2879>`_)
85
85
86
- - Add ``capfdbinary `` a version of ``capfd `` which returns bytes from
86
+ - Add ``capfdbinary ``, a version of ``capfd `` which returns bytes from
87
87
``readouterr() ``. (`#2923
88
88
<https://github.com/pytest-dev/pytest/issues/2923> `_)
89
89
90
90
- Add ``capsysbinary `` a version of ``capsys `` which returns bytes from
91
91
``readouterr() ``. (`#2934
92
92
<https://github.com/pytest-dev/pytest/issues/2934> `_)
93
93
94
- - Implement feature to skip ``setup.py `` files when ran with
94
+ - Implement feature to skip ``setup.py `` files when run with
95
95
``--doctest-modules ``. (`#502
96
96
<https://github.com/pytest-dev/pytest/issues/502> `_)
97
97
0 commit comments