File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 86
86
* Remove all py.test-X* entry points. The versioned, suffixed entry points
87
87
were never documented and a leftover from a pre-virtualenv era. These entry
88
88
points also created broken entry points in wheels, so removing them also
89
- removes a source of confusion for users.
89
+ removes a source of confusion for users (`#1632 `_).
90
+ Thanks `@obestwalter `_ for the PR.
90
91
91
92
**Changes **
92
93
152
153
153
154
*
154
155
156
+ .. _#1632 : https://github.com/pytest-dev/pytest/issues/1632
155
157
.. _#1580 : https://github.com/pytest-dev/pytest/pull/1580
156
158
.. _#1605 : https://github.com/pytest-dev/pytest/issues/1605
157
159
.. _#1597 : https://github.com/pytest-dev/pytest/pull/1597
165
167
.. _@Vogtinator : https://github.com/Vogtinator
166
168
.. _@blueyed : https://github.com/blueyed
167
169
.. _@fengxx : https://github.com/fengxx
170
+ .. _@obestwalter : https://github.com/obestwalter
168
171
169
172
* Fix `#1421 `_: Exit tests if a collection error occurs and add
170
173
``--continue-on-collection-errors `` option to restore previous behaviour.
You can’t perform that action at this time.
0 commit comments