Skip to content

Commit eac3e3c

Browse files
Tests: Add ignore filter to s2clientprotocol warnings (ArchipelagoMW#4180)
1 parent c295926 commit eac3e3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import settings
55

66
warnings.simplefilter("always")
7+
warnings.filterwarnings(action="ignore", category=DeprecationWarning, module="s2clientprotocol")
78
settings.no_gui = True
89
settings.skip_autosave = True
910

0 commit comments

Comments
 (0)