Skip to content

Commit d2d0279

Browse files
author
Chih-Hsuan Yen
authored
Fix tests
Workaround pytest-asyncio incompatibility with pytest 4.1 [1] [1] pytest-dev/pytest-asyncio#104
1 parent b108d96 commit d2d0279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ python:
88
- "3.7"
99
- "nightly"
1010
- "pypy3.5"
11-
install: pip install -U $DEPS pytest pytest-asyncio pytest-xdist flaky structlog
11+
install: pip install -U $DEPS "pytest<4.1" pytest-asyncio pytest-xdist flaky structlog
1212
script: pytest
1313
env:
1414
global:

0 commit comments

Comments
 (0)