Merge "Remove warnings.simplefilter to suppress ResourceWarning"

This commit is contained in:
Zuul 2019-02-01 09:28:51 +00:00 committed by Gerrit Code Review
commit b972204d8d
1 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@ import copy
import importlib
import inspect
import sys
import warnings
from debtcollector import removals
from oslo_log import log as logging
@ -35,7 +34,6 @@ from tempest.lib.services import object_storage
from tempest.lib.services import placement
from tempest.lib.services import volume
warnings.simplefilter("once")
LOG = logging.getLogger(__name__)