Skip to content

Commit 79234bb

Browse files
committed
Filter distutils warnings form more modules
1 parent 836249c commit 79234bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898

9999
warnings.filterwarnings('ignore', category=DeprecationWarning,
100100
message='The distutils(.sysconfig module| package) is deprecated',
101-
module='numpy|sage.env|sage.features')
101+
module='Cython|distutils|numpy|sage.env|sage.features')
102102

103103
################ end setup warnings ###############################
104104

0 commit comments

Comments
 (0)