We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c295926 commit eac3e3cCopy full SHA for eac3e3c
test/__init__.py
@@ -4,6 +4,7 @@
4
import settings
5
6
warnings.simplefilter("always")
7
+warnings.filterwarnings(action="ignore", category=DeprecationWarning, module="s2clientprotocol")
8
settings.no_gui = True
9
settings.skip_autosave = True
10
0 commit comments