-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python: suppress warnings from PEP 706 (trivial)
Suppress warnings raised from python 3.12 and later by PEP 706 – Filter for tarfile.extractall. In Python 3.12, a DeprecationWarning about tarfile filtering by default in Python 3.14 DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior. To enable this for simple cases, the built-in filters will have string names; e.g. users can pass filter='data' instead of a specific function that deals with TarInfo objects. Read more: https://peps.python.org/pep-0706/
- Loading branch information
1 parent
4a397da
commit 21269b2
Showing
3 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters