mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2026-09-13 20:25:53 +00:00
tests: Use asyncio to wait for nghttpd to start
Seems like the tests may fail because we don't wait for nghttpd (the HTTP2 server used for testing) to actually start listening. This commit uses asyncio to launch nghttpd and read its stdout until it starts listening.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
pyyaml
|
||||
pytest
|
||||
pytest-asyncio
|
||||
dpkt
|
||||
|
||||
Reference in New Issue
Block a user