Skip to content

Commit 68ac9c5

Browse files
committed
FIX: Skip another [skip travis]
1 parent 30ef40a commit 68ac9c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ def reset_warnings(gallery_conf, fname):
467467
'scipy.* is deprecated and will be removed in', # dipy
468468
r'Converting `np\.character` to a dtype is deprecated', # vtk
469469
r'sphinx\.util\.smartypants is deprecated',
470+
'trait handler has been deprecated',
470471
):
471472
warnings.filterwarnings( # deal with other modules having bad imports
472473
'ignore', message=".*%s.*" % key, category=DeprecationWarning)

0 commit comments

Comments
 (0)