Skip to content

Commit b953660

Browse files
committed
Add issue and obestwalter to CHANGELOG
Fix #1632
1 parent f7a2048 commit b953660

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@
8686
* Remove all py.test-X* entry points. The versioned, suffixed entry points
8787
were never documented and a leftover from a pre-virtualenv era. These entry
8888
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.
9091

9192
**Changes**
9293

@@ -152,6 +153,7 @@
152153

153154
*
154155

156+
.. _#1632: https://github.com/pytest-dev/pytest/issues/1632
155157
.. _#1580: https://github.com/pytest-dev/pytest/pull/1580
156158
.. _#1605: https://github.com/pytest-dev/pytest/issues/1605
157159
.. _#1597: https://github.com/pytest-dev/pytest/pull/1597
@@ -165,6 +167,7 @@
165167
.. _@Vogtinator: https://github.com/Vogtinator
166168
.. _@blueyed: https://github.com/blueyed
167169
.. _@fengxx: https://github.com/fengxx
170+
.. _@obestwalter: https://github.com/obestwalter
168171

169172
* Fix `#1421`_: Exit tests if a collection error occurs and add
170173
``--continue-on-collection-errors`` option to restore previous behaviour.

0 commit comments

Comments
 (0)