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:
lilydjwg 2018-08-01 16:41:19 +08:00
parent 0c459c1c03
commit 42a02efec8
1 changed files with 1 additions and 1 deletions

View File

@ -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: