Skip to content

Commit 7c52a37

Browse files
authored
Merge pull request #6572 from blueyed/fix-test_collection_collect_only_live_logging
tests: test_collection_collect_only_live_logging: allow for 1+s
2 parents 198b1dc + 778d436 commit 7c52a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/logging/test_reporting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ def test_simple():
946946
expected_lines.extend(
947947
[
948948
"*test_collection_collect_only_live_logging.py::test_simple*",
949-
"no tests ran in 0.[0-9][0-9]s",
949+
"no tests ran in [0-1].[0-9][0-9]s",
950950
]
951951
)
952952
elif verbose == "-qq":

0 commit comments

Comments
 (0)