Skip to content

Commit

Permalink
fixup! util.logging: attempt to workaround #230 and GDD-2879
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Sep 27, 2023
1 parent 4dcc1f9 commit 810a674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/util/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def _strip_jenkins_distutils_hack_warnings(stderr: Union[str, List[str]]) -> Uni
stderr = re.sub(
r"Error processing line 1 of\s+/[\w/.-]+/distutils-precedence\.pth:"
r"\s+Traceback.*AttributeError: module '_distutils_hack' has no attribute 'ensure_shim'"
r"\s+Remainder of file ignored\n",
r"\s+Remainder of file ignored\n?",
repl="",
string=stderr,
flags=re.DOTALL,
Expand Down

0 comments on commit 810a674

Please sign in to comment.