From 42a02efec84824a073601e1c2de30339d251e4c7 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Wed, 1 Aug 2018 16:41:19 +0800 Subject: [PATCH] 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dde44b9..2e337ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: