From 05848d1bc224733dd7fe491100170a1dd4801c65 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Mon, 8 Apr 2019 11:42:40 +0800 Subject: [PATCH] test: has pytest-asyncio fix released? 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 9302c7b..0c8731d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: - "3.7" - "nightly" - "pypy3.5" -install: pip install -U $DEPS "pytest<4.1" pytest-asyncio pytest-xdist flaky structlog +install: pip install -U $DEPS pytest pytest-asyncio pytest-xdist flaky structlog script: pytest env: global: