requires http2 for httpx
This commit is contained in:
parent
eb6833475e
commit
ce828df545
|
@ -17,7 +17,7 @@ env:
|
||||||
- DEPS=aiohttp
|
- DEPS=aiohttp
|
||||||
- DEPS="tornado pycurl"
|
- DEPS="tornado pycurl"
|
||||||
- DEPS=tornado
|
- DEPS=tornado
|
||||||
- DEPS="httpx>=0.14.0"
|
- DEPS="httpx[http2]>=0.14.0"
|
||||||
jobs:
|
jobs:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
|
Loading…
Reference in New Issue