Skip to content

Commit 810db27

Browse files
authored
Put the 4.6 changelogs together
1 parent 76c2a8e commit 810db27

File tree

1 file changed

+26
-27
lines changed

1 file changed

+26
-27
lines changed

CHANGELOG.rst

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -27,33 +27,6 @@ Bug Fixes
2727
- `#5902 <https://github.com/pytest-dev/pytest/issues/5902>`_: Fix warnings about deprecated ``cmp`` attribute in ``attrs>=19.2``.
2828

2929

30-
pytest 4.6.6 (2019-10-11)
31-
=========================
32-
33-
Bug Fixes
34-
---------
35-
36-
- `#5523 <https://github.com/pytest-dev/pytest/issues/5523>`_: Fixed using multiple short options together in the command-line (for example ``-vs``) in Python 3.8+.
37-
38-
39-
- `#5537 <https://github.com/pytest-dev/pytest/issues/5537>`_: Replace ``importlib_metadata`` backport with ``importlib.metadata`` from the
40-
standard library on Python 3.8+.
41-
42-
43-
- `#5806 <https://github.com/pytest-dev/pytest/issues/5806>`_: Fix "lexer" being used when uploading to bpaste.net from ``--pastebin`` to "text".
44-
45-
46-
- `#5902 <https://github.com/pytest-dev/pytest/issues/5902>`_: Fix warnings about deprecated ``cmp`` attribute in ``attrs>=19.2``.
47-
48-
49-
50-
Trivial/Internal Changes
51-
------------------------
52-
53-
- `#5801 <https://github.com/pytest-dev/pytest/issues/5801>`_: Fixes python version checks (detected by ``flake8-2020``) in case python4 becomes a thing.
54-
55-
56-
5730
pytest 5.2.0 (2019-09-28)
5831
=========================
5932

@@ -524,6 +497,32 @@ Improved Documentation
524497
- `#5416 <https://github.com/pytest-dev/pytest/issues/5416>`_: Fix PytestUnknownMarkWarning in run/skip example.
525498

526499

500+
pytest 4.6.6 (2019-10-11)
501+
=========================
502+
503+
Bug Fixes
504+
---------
505+
506+
- `#5523 <https://github.com/pytest-dev/pytest/issues/5523>`_: Fixed using multiple short options together in the command-line (for example ``-vs``) in Python 3.8+.
507+
508+
509+
- `#5537 <https://github.com/pytest-dev/pytest/issues/5537>`_: Replace ``importlib_metadata`` backport with ``importlib.metadata`` from the
510+
standard library on Python 3.8+.
511+
512+
513+
- `#5806 <https://github.com/pytest-dev/pytest/issues/5806>`_: Fix "lexer" being used when uploading to bpaste.net from ``--pastebin`` to "text".
514+
515+
516+
- `#5902 <https://github.com/pytest-dev/pytest/issues/5902>`_: Fix warnings about deprecated ``cmp`` attribute in ``attrs>=19.2``.
517+
518+
519+
520+
Trivial/Internal Changes
521+
------------------------
522+
523+
- `#5801 <https://github.com/pytest-dev/pytest/issues/5801>`_: Fixes python version checks (detected by ``flake8-2020``) in case python4 becomes a thing.
524+
525+
527526
pytest 4.6.5 (2019-08-05)
528527
=========================
529528

0 commit comments

Comments
 (0)