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

Commit

Permalink
Silence packaging deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-rojas committed Nov 29, 2020
1 parent 020bd59 commit 7dbcd04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sage/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
warnings.filterwarnings('ignore', category=DeprecationWarning,
module='.*ast')

# Ignore packaging 20.5 deprecation warnings
warnings.filterwarnings('ignore', category=DeprecationWarning,
module='.*packaging')

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


Expand Down

0 comments on commit 7dbcd04

Please sign in to comment.