Update __init__.py

This commit is contained in:
Darshan 2023-11-23 20:57:23 +05:30 committed by GitHub
parent a69e7c2573
commit 2f299454bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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