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 431b7bd commit 8472f0dCopy full SHA for 8472f0d
1 file changed
IPython/testing/iptest.py
@@ -63,7 +63,7 @@
63
warnings.filterwarnings('default', message='.*', category=Warning, module='IPy.*')
64
65
66
-if version_info < (5,):
+if version_info < (4,2):
67
# ignore some warnings from traitlets until 6.0
68
warnings.filterwarnings('ignore', message='.*on_trait_change is deprecated: use observe instead.*')
69
warnings.filterwarnings('ignore', message='.*was set from the constructor.*', category=Warning, module='IPython.*')
0 commit comments