summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest/worker.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/libregrtest/worker.py')
-rw-r--r--Lib/test/libregrtest/worker.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/test/libregrtest/worker.py b/Lib/test/libregrtest/worker.py
index 15d32b5..86cc308 100644
--- a/Lib/test/libregrtest/worker.py
+++ b/Lib/test/libregrtest/worker.py
@@ -14,9 +14,9 @@ from .utils import (
USE_PROCESS_GROUP = (hasattr(os, "setsid") and hasattr(os, "killpg"))
-NEED_TTY = set('''
- test_ioctl
-'''.split())
+NEED_TTY = {
+ 'test_ioctl',
+}
def create_worker_process(runtests: WorkerRunTests, output_fd: int,