tests: maybe newer pytest works now?

This commit is contained in:
lilydjwg 2018-12-05 16:46:23 +08:00
parent eb75dc8305
commit b5fce0a3b9

View File

@ -8,7 +8,7 @@ python:
- "3.7" - "3.7"
- "nightly" - "nightly"
- "pypy3" - "pypy3"
install: pip install -U $DEPS 'pytest<3.7' pytest-asyncio pytest-xdist flaky structlog install: pip install -U $DEPS pytest pytest-asyncio pytest-xdist flaky structlog
script: pytest script: pytest
env: env:
global: global: