test: has pytest-asyncio fix released?
https://github.com/pytest-dev/pytest-asyncio/issues/104
This commit is contained in:
parent
9a271c030b
commit
05848d1bc2
|
@ -8,7 +8,7 @@ python:
|
|||
- "3.7"
|
||||
- "nightly"
|
||||
- "pypy3.5"
|
||||
install: pip install -U $DEPS "pytest<4.1" pytest-asyncio pytest-xdist flaky structlog
|
||||
install: pip install -U $DEPS pytest pytest-asyncio pytest-xdist flaky structlog
|
||||
script: pytest
|
||||
env:
|
||||
global:
|
||||
|
|
Loading…
Reference in New Issue