1
+ 0.5.2
2
+ -----
3
+ - fix bug where ``firstresult `` wrappers were being sent an incorrectly configured
4
+ ``_Result `` (a list was set instead of a single value). Add tests to check for
5
+ this as well as ``_Result.force_result() `` behaviour. Thanks to `@tgoodlet `_
6
+ for the PR `#72 `_.
7
+
8
+ - fix incorrect ``getattr `` of ``DeprecationWarning `` from the ``warnings ``
9
+ module. Thanks to `@nicoddemus `_ for the PR `#77 `_.
10
+
11
+ - hide ``pytest `` tracebacks in certain core routines. Thanks to
12
+ `@nicoddemus `_ for the PR `#80 `_.
13
+
14
+ .. _#72 : https://github.com/pytest-dev/pluggy/pull/72
15
+ .. _#77 : https://github.com/pytest-dev/pluggy/pull/77
16
+ .. _#80 : https://github.com/pytest-dev/pluggy/pull/80
17
+
1
18
0.5.1
2
19
-----
3
20
- fix a bug and add tests for case where ``firstresult `` hooks return
84
101
.. _#11 : https://github.com/pytest-dev/pluggy/issues/11
85
102
.. _#4 : https://github.com/pytest-dev/pluggy/issues/4
86
103
87
- .. _@blueyed : https://github.com/blueyed
88
- .. _@nicoddemus : https://github.com/nicoddemus
89
-
90
-
91
104
0.3.1
92
105
-----
93
106
94
107
- avoid using deprecated-in-python3.5 getargspec method. Thanks
95
108
`@mdboom `_.
96
109
97
- .. _@mdboom : https://github.com/mdboom
98
-
99
110
0.3.0
100
111
-----
101
112
@@ -107,3 +118,6 @@ initial release
107
118
.. _@MichalTHEDUDE : https://github.com/MichalTHEDUDE
108
119
.. _@vodik : https://github.com/vodik
109
120
.. _@RonnyPfannschmidt : https://github.com/RonnyPfannschmidt
121
+ .. _@blueyed : https://github.com/blueyed
122
+ .. _@nicoddemus : https://github.com/nicoddemus
123
+ .. _@mdboom : https://github.com/mdboom
0 commit comments