|
1 | 1 | 0.6.0
|
2 | 2 | -----
|
3 |
| - |
4 |
| -- Drop support for EOL Python 2.6 and 3.3 in PR `#103`_. |
5 |
| - |
| 3 | +- Add CI testing for the features, release, and master |
| 4 | + branches of ``pytest`` (PR `#79`_). |
| 5 | +- Document public API for ``_Result`` objects passed to wrappers |
| 6 | + (PR `#85`_). |
| 7 | +- Document and test hook LIFO ordering (PR `#85`_). |
| 8 | +- Turn warnings into errors in test suite (PR `#89`_). |
| 9 | +- Deprecate ``_Result.result`` (PR `#88`_). |
| 10 | +- Convert ``_Multicall`` to a simple function distinguishing it from |
| 11 | + the legacy version (PR `#90`_). |
| 12 | +- Resolve E741 errors (PR `#96`_). |
| 13 | +- Test and bug fix for unmarked hook collection (PRs `#97`_ and |
| 14 | + `#102`_). |
| 15 | +- Drop support for EOL Python 2.6 and 3.3 (PR `#103`_). |
| 16 | +- Fix ``inspect`` based arg introspection on py3.6 (PR `#94`_). |
| 17 | + |
| 18 | +.. _#79: https://github.com/pytest-dev/pluggy/pull/79 |
| 19 | +.. _#85: https://github.com/pytest-dev/pluggy/pull/85 |
| 20 | +.. _#88: https://github.com/pytest-dev/pluggy/pull/88 |
| 21 | +.. _#89: https://github.com/pytest-dev/pluggy/pull/89 |
| 22 | +.. _#90: https://github.com/pytest-dev/pluggy/pull/90 |
| 23 | +.. _#94: https://github.com/pytest-dev/pluggy/pull/94 |
| 24 | +.. _#96: https://github.com/pytest-dev/pluggy/pull/96 |
| 25 | +.. _#97: https://github.com/pytest-dev/pluggy/pull/97 |
| 26 | +.. _#102: https://github.com/pytest-dev/pluggy/pull/102 |
6 | 27 | .. _#103: https://github.com/pytest-dev/pluggy/pull/103
|
7 | 28 |
|
| 29 | + |
8 | 30 | 0.5.2
|
9 | 31 | -----
|
10 | 32 | - fix bug where ``firstresult`` wrappers were being sent an incorrectly configured
|
|
22 | 44 | .. _#77: https://github.com/pytest-dev/pluggy/pull/77
|
23 | 45 | .. _#80: https://github.com/pytest-dev/pluggy/pull/80
|
24 | 46 |
|
| 47 | + |
25 | 48 | 0.5.1
|
26 | 49 | -----
|
27 | 50 | - fix a bug and add tests for case where ``firstresult`` hooks return
|
|
31 | 54 | .. _#69: https://github.com/pytest-dev/pluggy/pull/69
|
32 | 55 | .. _#68: https://github.com/pytest-dev/pluggy/issuses/68
|
33 | 56 |
|
| 57 | + |
34 | 58 | 0.5.0
|
35 | 59 | -----
|
36 |
| - |
37 | 60 | - fix bug where callbacks for historic hooks would not be called for
|
38 | 61 | already registered plugins. Thanks `@vodik`_ for the PR
|
39 | 62 | and `@hpk42`_ for further fixes.
|
|
93 | 116 |
|
94 | 117 | 0.4.0
|
95 | 118 | -----
|
96 |
| - |
97 | 119 | - add ``has_plugin(name)`` method to pluginmanager. thanks `@nicoddemus`_.
|
98 | 120 |
|
99 | 121 | - fix `#11`_: make plugin parsing more resilient against exceptions
|
|
108 | 130 | .. _#11: https://github.com/pytest-dev/pluggy/issues/11
|
109 | 131 | .. _#4: https://github.com/pytest-dev/pluggy/issues/4
|
110 | 132 |
|
| 133 | + |
111 | 134 | 0.3.1
|
112 | 135 | -----
|
113 |
| - |
114 | 136 | - avoid using deprecated-in-python3.5 getargspec method. Thanks
|
115 | 137 | `@mdboom`_.
|
116 | 138 |
|
| 139 | + |
117 | 140 | 0.3.0
|
118 | 141 | -----
|
119 |
| - |
120 | 142 | initial release
|
121 | 143 |
|
122 | 144 | .. contributors
|
|
0 commit comments