We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c97255 commit 1781b8dCopy full SHA for 1781b8d
test/test_api.py
@@ -1,6 +1,8 @@
1
from unittest.mock import MagicMock, patch
2
import sys
3
import os
4
+import warnings
5
+warnings.filterwarnings("ignore", category=DeprecationWarning)
6
7
sys.path.insert(
8
0,
0 commit comments