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
+42Lines changed: 42 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,48 @@ with advance notice in the **Deprecations** section of releases.
18
18
19
19
.. towncrier release notes start
20
20
21
+
pytest 5.1.3 (2019-09-18)
22
+
=========================
23
+
24
+
Bug Fixes
25
+
---------
26
+
27
+
- `#5807 <https://github.com/pytest-dev/pytest/issues/5807>`_: Fix pypy3.6 (nightly) on windows.
28
+
29
+
30
+
- `#5811 <https://github.com/pytest-dev/pytest/issues/5811>`_: Handle ``--fulltrace`` correctly with ``pytest.raises``.
31
+
32
+
33
+
- `#5819 <https://github.com/pytest-dev/pytest/issues/5819>`_: Windows: Fix regression with conftest whose qualified name contains uppercase
34
+
characters (introduced by #5792).
35
+
36
+
37
+
pytest 5.1.2 (2019-08-30)
38
+
=========================
39
+
40
+
Bug Fixes
41
+
---------
42
+
43
+
- `#2270 <https://github.com/pytest-dev/pytest/issues/2270>`_: Fixed ``self`` reference in function-scoped fixtures defined plugin classes: previously ``self``
44
+
would be a reference to a *test* class, not the *plugin* class.
45
+
46
+
47
+
- `#570 <https://github.com/pytest-dev/pytest/issues/570>`_: Fixed long standing issue where fixture scope was not respected when indirect fixtures were used during
48
+
parametrization.
49
+
50
+
51
+
- `#5782 <https://github.com/pytest-dev/pytest/issues/5782>`_: Fix decoding error when printing an error response from ``--pastebin``.
52
+
53
+
54
+
- `#5786 <https://github.com/pytest-dev/pytest/issues/5786>`_: Chained exceptions in test and collection reports are now correctly serialized, allowing plugins like
55
+
``pytest-xdist`` to display them properly.
56
+
57
+
58
+
- `#5792 <https://github.com/pytest-dev/pytest/issues/5792>`_: Windows: Fix error that occurs in certain circumstances when loading
59
+
``conftest.py`` from a working directory that has casing other than the one stored
60
+
in the filesystem (e.g., ``c:\test`` instead of ``C:\test``).
0 commit comments