mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
Fix tests
Workaround pytest-asyncio incompatibility with pytest 4.1 [1] [1] https://github.com/pytest-dev/pytest-asyncio/issues/104
This commit is contained in:
parent
b108d9624a
commit
d2d0279d56
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ python:
|
||||||
- "3.7"
|
- "3.7"
|
||||||
- "nightly"
|
- "nightly"
|
||||||
- "pypy3.5"
|
- "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
|
script: pytest
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
Loading…
Add table
Reference in a new issue