Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Filter distutils warnings form more modules
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-rojas committed Jan 11, 2022
1 parent 836249c commit 79234bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

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

################ end setup warnings ###############################

Expand Down

0 comments on commit 79234bb

Please sign in to comment.