From c3cd7b490a104d718d58c2709533fc47300939ec Mon Sep 17 00:00:00 2001 From: Maxime Grenu Date: Thu, 19 Feb 2026 14:39:09 +0100 Subject: [PATCH] docs: update pytest output example in testing docs --- docs/en/docs/tutorial/testing.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/en/docs/tutorial/testing.md b/docs/en/docs/tutorial/testing.md index 14c1b35668..84402e201f 100644 --- a/docs/en/docs/tutorial/testing.md +++ b/docs/en/docs/tutorial/testing.md @@ -178,9 +178,8 @@ Run the tests with: $ pytest ================ test session starts ================ -platform linux -- Python 3.6.9, pytest-5.3.5, py-1.8.1, pluggy-0.13.1 +platform linux -- Python 3.12.x, pytest-8.x.y, pluggy-1.x.y rootdir: /home/user/code/superawesome-cli/app -plugins: forked-1.1.3, xdist-1.31.0, cov-2.8.1 collected 6 items ---> 100%