You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+26-27Lines changed: 26 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -47,33 +47,6 @@ Bug Fixes
47
47
- `#5902 <https://github.com/pytest-dev/pytest/issues/5902>`_: Fix warnings about deprecated ``cmp`` attribute in ``attrs>=19.2``.
48
48
49
49
50
-
pytest 4.6.6 (2019-10-11)
51
-
=========================
52
-
53
-
Bug Fixes
54
-
---------
55
-
56
-
- `#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+.
57
-
58
-
59
-
- `#5537 <https://github.com/pytest-dev/pytest/issues/5537>`_: Replace ``importlib_metadata`` backport with ``importlib.metadata`` from the
60
-
standard library on Python 3.8+.
61
-
62
-
63
-
- `#5806 <https://github.com/pytest-dev/pytest/issues/5806>`_: Fix "lexer" being used when uploading to bpaste.net from ``--pastebin`` to "text".
64
-
65
-
66
-
- `#5902 <https://github.com/pytest-dev/pytest/issues/5902>`_: Fix warnings about deprecated ``cmp`` attribute in ``attrs>=19.2``.
67
-
68
-
69
-
70
-
Trivial/Internal Changes
71
-
------------------------
72
-
73
-
- `#5801 <https://github.com/pytest-dev/pytest/issues/5801>`_: Fixes python version checks (detected by ``flake8-2020``) in case python4 becomes a thing.
74
-
75
-
76
-
77
50
pytest 5.2.0 (2019-09-28)
78
51
=========================
79
52
@@ -544,6 +517,32 @@ Improved Documentation
544
517
- `#5416 <https://github.com/pytest-dev/pytest/issues/5416>`_: Fix PytestUnknownMarkWarning in run/skip example.
545
518
546
519
520
+
pytest 4.6.6 (2019-10-11)
521
+
=========================
522
+
523
+
Bug Fixes
524
+
---------
525
+
526
+
- `#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+.
527
+
528
+
529
+
- `#5537 <https://github.com/pytest-dev/pytest/issues/5537>`_: Replace ``importlib_metadata`` backport with ``importlib.metadata`` from the
530
+
standard library on Python 3.8+.
531
+
532
+
533
+
- `#5806 <https://github.com/pytest-dev/pytest/issues/5806>`_: Fix "lexer" being used when uploading to bpaste.net from ``--pastebin`` to "text".
534
+
535
+
536
+
- `#5902 <https://github.com/pytest-dev/pytest/issues/5902>`_: Fix warnings about deprecated ``cmp`` attribute in ``attrs>=19.2``.
537
+
538
+
539
+
540
+
Trivial/Internal Changes
541
+
------------------------
542
+
543
+
- `#5801 <https://github.com/pytest-dev/pytest/issues/5801>`_: Fixes python version checks (detected by ``flake8-2020``) in case python4 becomes a thing.
0 commit comments