Skip to content

Commit 1c8fe96

Browse files
add changelog entry
1 parent 48f4e18 commit 1c8fe96

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,10 @@ time or change existing behaviors in order to make them less surprising/more use
256256

257257
* Add stderr write for ``pytest.exit(msg)`` during startup. Previously the message was never shown.
258258
Thanks `@BeyondEvil`_ for reporting `#1210`_. Thanks to `@JonathonSonesen`_ and
259-
`@tomviner`_ for PR.
259+
`@tomviner`_ for the PR.
260+
261+
* fix `#1372`_ no longer display the incorrect test deselection reason,
262+
thanks `@ronnypfannschmidt`_ for the PR.
260263

261264
*
262265

@@ -308,6 +311,7 @@ time or change existing behaviors in order to make them less surprising/more use
308311
.. _#1210: https://github.com/pytest-dev/pytest/issues/1210
309312
.. _#1235: https://github.com/pytest-dev/pytest/issues/1235
310313
.. _#1351: https://github.com/pytest-dev/pytest/issues/1351
314+
.. _#1372: https://github.com/pytest-dev/pytest/issues/1372
311315
.. _#1421: https://github.com/pytest-dev/pytest/issues/1421
312316
.. _#1426: https://github.com/pytest-dev/pytest/issues/1426
313317
.. _#1428: https://github.com/pytest-dev/pytest/pull/1428

0 commit comments

Comments
 (0)