diff --git a/molecule/centos7/tests/test_default.py b/molecule/centos7/tests/test_default.py index 9623722..b44a7e1 100644 --- a/molecule/centos7/tests/test_default.py +++ b/molecule/centos7/tests/test_default.py @@ -3,8 +3,6 @@ import time import testinfra.utils.ansible_runner -warnings.filterwarnings("ignore", category=DeprecationWarning) - testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner( os.environ["MOLECULE_INVENTORY_FILE"] ).get_hosts("all")