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"
|
- "3.7"
|
||||||
- "nightly"
|
- "nightly"
|
||||||
- "pypy3"
|
- "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
|
script: pytest
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
Loading…
Reference in New Issue