from pytest_socket import disable_socket def pytest_runtest_setup(): """Disable Unix and TCP sockets for Data masking tests""" disable_socket()