Tests: Add ignore filter to s2clientprotocol warnings (#4180)
This commit is contained in:
parent
c295926ce1
commit
eac3e3c29e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue