mirror of https://github.com/python/cpython
Filter out the depracation warning for macfs.
This commit is contained in:
parent
60de2e837f
commit
b1fbf855a3
|
@ -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…
Reference in New Issue