mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-20 20:01:31 -06:00
Tests: Add ignore filter to s2clientprotocol warnings (#4180)
This commit is contained in:
@@ -4,6 +4,7 @@ import warnings
|
||||
import settings
|
||||
|
||||
warnings.simplefilter("always")
|
||||
warnings.filterwarnings(action="ignore", category=DeprecationWarning, module="s2clientprotocol")
|
||||
settings.no_gui = True
|
||||
settings.skip_autosave = True
|
||||
|
||||
|
Reference in New Issue
Block a user