From caa9b3496e133e4ee26311a53d65a36a8446a089 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 15 Feb 2022 07:59:14 -0300 Subject: [PATCH] Update 9626.bugfix.rst --- changelog/9626.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/9626.bugfix.rst b/changelog/9626.bugfix.rst index 0364b3c1b..44d3734a1 100644 --- a/changelog/9626.bugfix.rst +++ b/changelog/9626.bugfix.rst @@ -1,3 +1,3 @@ -Fix count of selected tests on terminal collection summary. +Fixed count of selected tests on terminal collection summary when there were errors or skipped modules. If there were errors or skipped modules on collection, pytest would mistakenly subtract those from the selected count.