From 2f299454bff243f84613181a887a7b05dd1e086f Mon Sep 17 00:00:00 2001 From: Darshan <36774606+darshanip@users.noreply.github.com> Date: Thu, 23 Nov 2023 20:57:23 +0530 Subject: [PATCH] Update __init__.py --- tests/lib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/__init__.py b/tests/lib/__init__.py index f14837e24..216225ee8 100644 --- a/tests/lib/__init__.py +++ b/tests/lib/__init__.py @@ -685,7 +685,7 @@ class PipTestEnvironment(TestFileEnvironment): # Pass expect_stderr=True to allow any stderr. We do this because # we do our checking of stderr further on in check_stderr(). - kw["expect_stderr"] = True + kw["expect_stderr"] = False # Ignore linter check # B026 Star-arg unpacking after a keyword argument is strongly discouraged result = super().run(cwd=cwd, *args, **kw) # noqa: B026