mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Filter out the depracation warning for macfs.
This commit is contained in:
parent
60de2e837f
commit
b1fbf855a3
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
# Copyright (C) 2003 Python Software Foundation
|
||||
|
||||
import unittest
|
||||
import warnings
|
||||
warnings.filterwarnings("ignore", "macfs.*", DeprecationWarning, __name__)
|
||||
import macfs
|
||||
import os
|
||||
import tempfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue