Skip to content

Commit

Permalink
Merge pull request #7274 from p12tic/test-no-unclosed-socket-warnings
Browse files Browse the repository at this point in the history
test: Disable unclosed socket warnings
  • Loading branch information
p12tic committed Dec 19, 2023
2 parents 67c740f + 0ecad30 commit 2ce6c3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions master/buildbot/test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
warnings.filterwarnings('ignore', "Not importing directory.*docker': missing __init__.py",
category=ImportWarning)

warnings.filterwarnings('ignore', "unclosed <socket.socket", category=Warning)

# FIXME: needs to be sorted out (#3666)
warnings.filterwarnings('ignore', "1300 Invalid utf8 character string")

Expand Down

0 comments on commit 2ce6c3c

Please sign in to comment.