##// END OF EJS Templates
Decrease minor version warning to 4.2
Matthias Bussonnier -
Show More
@@ -63,7 +63,7 b" warnings.filterwarnings('ignore', 'wxPython/wxWidgets release number mismatch',"
63 warnings.filterwarnings('default', message='.*', category=Warning, module='IPy.*')
63 warnings.filterwarnings('default', message='.*', category=Warning, module='IPy.*')
64
64
65
65
66 if version_info < (5,):
66 if version_info < (4,2):
67 # ignore some warnings from traitlets until 6.0
67 # ignore some warnings from traitlets until 6.0
68 warnings.filterwarnings('ignore', message='.*on_trait_change is deprecated: use observe instead.*')
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.*')
69 warnings.filterwarnings('ignore', message='.*was set from the constructor.*', category=Warning, module='IPython.*')
General Comments 0
You need to be logged in to leave comments. Login now