Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a204dc1 commit 03e6b0cCopy full SHA for 03e6b0c
1 file changed
IPython/testing/iptest.py
@@ -47,6 +47,7 @@
47
warnings.filterwarnings('ignore', message='.*Matplotlib is building the font cache.*', category=UserWarning, module='.*')
48
if sys.version_info > (3,0):
49
warnings.filterwarnings('error', message='.*', category=ResourceWarning, module='.*')
50
+warnings.filterwarnings('error', message=".*{'config': True}.*", category=DeprecationWarning, module='IPy.*')
51
warnings.filterwarnings('default', message='.*', category=Warning, module='IPy.*')
52
53
if version_info < (6,):
0 commit comments