From e81b275eda947249761583f8611d4fdd14481dc5 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 18 Oct 2017 18:54:44 -0200 Subject: [PATCH] Update formatting in CHANGELOG --- changelog/2845.bugfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).