pytest 3.7.0 doesn't work with pytest-asyncio 0.9.0. pin to old pytest for now
Also see: https://github.com/pytest-dev/pytest-asyncio/issues/89
This commit is contained in:
parent
0c459c1c03
commit
42a02efec8
|
@ -7,7 +7,7 @@ python:
|
|||
- "3.7"
|
||||
- "nightly"
|
||||
- "pypy3"
|
||||
install: pip install -U $DEPS pytest pytest-asyncio pytest-xdist flaky structlog
|
||||
install: pip install -U $DEPS 'pytest<3.7' pytest-asyncio pytest-xdist flaky structlog
|
||||
script: pytest
|
||||
env:
|
||||
global:
|
||||
|
|
Loading…
Reference in New Issue