@@ -14,6 +14,13 @@ Pytest 3.3.0 (2017-11-23)
1414Deprecations and Removals
1515-------------------------
1616
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
19+ the pytest core team, and following up with the rest of the community we
20+ decided that they will no longer be supported starting on this version. Users
21+ which still require those versions should pin pytest to ``<3.3 ``. (`#2812
22+ <https://github.com/pytest-dev/pytest/issues/2812> `_)
23+
1724- Remove internal ``_preloadplugins() `` function. This removal is part of the
1825 ``pytest_namespace() `` hook deprecation. (`#2236
1926 <https://github.com/pytest-dev/pytest/issues/2236> `_)
@@ -31,14 +38,6 @@ Deprecations and Removals
3138 with the boolean ``Node._skipped_by_mark ``. (`#2767
3239 <https://github.com/pytest-dev/pytest/issues/2767> `_)
3340
34- - Pytest no longer supports Python **2.6 ** and **3.3 **. Those Python versions
35- are EOL for some time now and incurr maintanance and compatibility costs on
36- the pytest core team, and following up with the rest of the community we
37- decided that they will no longer be supported starting on this version. Users
38- which still require those versions should pin pytest to ``<3.3 ``. (`#2812
39- <https://github.com/pytest-dev/pytest/issues/2812> `_)
40-
41-
4241Features
4342--------
4443
@@ -58,7 +57,7 @@ Features
5857 previous output style can be set by setting the new ``console_output_style ``
5958 to ``classic ``. (`#2657 <https://github.com/pytest-dev/pytest/issues/2657 >`_)
6059
61- - Match ``warns `` signature to ``raises `` by adding ``match `` keyworkd . (`#2708
60+ - Match ``warns `` signature to ``raises `` by adding ``match `` keyword . (`#2708
6261 <https://github.com/pytest-dev/pytest/issues/2708> `_)
6362
6463- Pytest now captures and displays output from the standard `logging ` module.
@@ -153,7 +152,7 @@ Trivial/Internal Changes
153152- Refactored internal Python 2/3 compatibility code to use ``six ``. (`#2642
154153 <https://github.com/pytest-dev/pytest/issues/2642> `_)
155154
156- - Stop vendoring ``pluggy `` - we're missing out on it's latest changes for not
155+ - Stop vendoring ``pluggy `` - we're missing out on its latest changes for not
157156 much benefit (`#2719 <https://github.com/pytest-dev/pytest/issues/2719 >`_)
158157
159158- Internal refactor: simplify ascii string escaping by using the
0 commit comments