From d0d57905c4dec1d4db16911085319927fc2e3793 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 22 Nov 2023 18:55:49 -0600 Subject: [PATCH] try threaded --- tests/test_proxy_functional.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_proxy_functional.py b/tests/test_proxy_functional.py index fbfcbdfcc32..07ec9049a5a 100644 --- a/tests/test_proxy_functional.py +++ b/tests/test_proxy_functional.py @@ -54,7 +54,7 @@ def secure_proxy_url(tls_certificate_pem_path): This fixture also spawns that instance and tears it down after the test. """ proxypy_args = [ - "--threadless", # use asyncio + "--threaded", # needed for windows "--num-workers", "1", # the tests only send one query anyway "--hostname",