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
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -203,6 +203,26 @@ Improved Documentation
203
203
- `#5416 <https://github.com/pytest-dev/pytest/issues/5416>`_: Fix PytestUnknownMarkWarning in run/skip example.
204
204
205
205
206
+
pytest 4.6.4 (2019-06-28)
207
+
=========================
208
+
209
+
Bug Fixes
210
+
---------
211
+
212
+
- `#5404 <https://github.com/pytest-dev/pytest/issues/5404>`_: Emit a warning when attempting to unwrap a broken object raises an exception,
213
+
for easier debugging (`#5080 <https://github.com/pytest-dev/pytest/issues/5080>`__).
214
+
215
+
216
+
- `#5444 <https://github.com/pytest-dev/pytest/issues/5444>`_: Fix ``--stepwise`` mode when the first file passed on the command-line fails to collect.
217
+
218
+
219
+
- `#5482 <https://github.com/pytest-dev/pytest/issues/5482>`_: Fix bug introduced in 4.6.0 causing collection errors when passing
220
+
more than 2 positional arguments to ``pytest.mark.parametrize``.
221
+
222
+
223
+
- `#5505 <https://github.com/pytest-dev/pytest/issues/5505>`_: Fix crash when discovery fails while using ``-p no:terminal``.
0 commit comments