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",