From d2d0279d5683a43349fc8717c7d6ce1b05019ce8 Mon Sep 17 00:00:00 2001 From: Chih-Hsuan Yen Date: Mon, 7 Jan 2019 14:08:18 +0800 Subject: [PATCH] Fix tests Workaround pytest-asyncio incompatibility with pytest 4.1 [1] [1] https://github.com/pytest-dev/pytest-asyncio/issues/104 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0c8731d..9302c7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: - "3.7" - "nightly" - "pypy3.5" -install: pip install -U $DEPS pytest pytest-asyncio pytest-xdist flaky structlog +install: pip install -U $DEPS "pytest<4.1" pytest-asyncio pytest-xdist flaky structlog script: pytest env: global: