Tests: Add ignore filter to s2clientprotocol warnings (#4180)

This commit is contained in:
Nicholas Saylor 2024-11-13 13:04:31 -05:00 committed by GitHub
parent c295926ce1
commit eac3e3c29e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import warnings
import settings import settings
warnings.simplefilter("always") warnings.simplefilter("always")
warnings.filterwarnings(action="ignore", category=DeprecationWarning, module="s2clientprotocol")
settings.no_gui = True settings.no_gui = True
settings.skip_autosave = True settings.skip_autosave = True