File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,10 @@ time or change existing behaviors in order to make them less surprising/more use
256
256
257
257
* Add stderr write for ``pytest.exit(msg) `` during startup. Previously the message was never shown.
258
258
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.
260
263
261
264
*
262
265
@@ -308,6 +311,7 @@ time or change existing behaviors in order to make them less surprising/more use
308
311
.. _#1210 : https://github.com/pytest-dev/pytest/issues/1210
309
312
.. _#1235 : https://github.com/pytest-dev/pytest/issues/1235
310
313
.. _#1351 : https://github.com/pytest-dev/pytest/issues/1351
314
+ .. _#1372 : https://github.com/pytest-dev/pytest/issues/1372
311
315
.. _#1421 : https://github.com/pytest-dev/pytest/issues/1421
312
316
.. _#1426 : https://github.com/pytest-dev/pytest/issues/1426
313
317
.. _#1428 : https://github.com/pytest-dev/pytest/pull/1428
You can’t perform that action at this time.
0 commit comments