Tests: Fix import scope

This commit is contained in:
Roger A. Light 2026-04-27 17:01:32 +01:00 committed by Roger Light
parent 22fee5dc1d
commit 30898a50fb
4 changed files with 1 additions and 3 deletions

View file

@ -3,7 +3,6 @@
from mosq_test_helper import *
import json
import shutil
import signal
mosq_test.require_features(["WITH_BROKER", "WITH_TLS"])

View file

@ -3,7 +3,6 @@
# Test whether a plugin can subscribe to the tick event
from mosq_test_helper import *
import signal
def write_config1(filename, ports, per_listener_settings, plugver):
with open(filename, 'w') as f:

View file

@ -1,7 +1,6 @@
#!/usr/bin/env python3
from mosq_test_helper import *
import signal
mosq_test.require_features(["WITH_PLUGINS", "WITH_PLUGIN_PASSWORD_FILE", "WITH_TLS"])

View file

@ -4,6 +4,7 @@ import errno
import hashlib
import os
import platform
import signal
import socket
import ssl
import subprocess