diff --git a/changelog/2845.bugfix b/changelog/2845.bugfix index fffd7a987..c6767631e 100644 --- a/changelog/2845.bugfix +++ b/changelog/2845.bugfix @@ -1 +1 @@ -Change return value of pytest command when maxfail is reached from 2 to 1. +Change return value of pytest command when ``--maxfail`` is reached from ``2`` (interrupted) to ``1`` (failed).