Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8472f0d

Browse files
committed
Decrease minor version warning to 4.2
1 parent 431b7bd commit 8472f0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPython/testing/iptest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
warnings.filterwarnings('default', message='.*', category=Warning, module='IPy.*')
6464

6565

66-
if version_info < (5,):
66+
if version_info < (4,2):
6767
# ignore some warnings from traitlets until 6.0
6868
warnings.filterwarnings('ignore', message='.*on_trait_change is deprecated: use observe instead.*')
6969
warnings.filterwarnings('ignore', message='.*was set from the constructor.*', category=Warning, module='IPython.*')

0 commit comments

Comments
 (0)