Skip to content

Commit

Permalink
try threaded
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Nov 23, 2023
1 parent 9f088f8 commit d0d5790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_proxy_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d0d5790

Please sign in to comment.