zkLend / zklend-v1-core

Core smart contracts of zkLend v1

Home Page:https://zklend.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to run tests under `pytest-asyncio` 0.19.0

xJonathanLEI opened this issue · comments

Running test cases under pytest-asyncio results in errors (taking one failed test as example):

FAILED tests/DefaultInterestRateModel_test.py::test_borrow_rates - AttributeError: 'coroutine' object has no attribute 'model'

Reverting pytest-asyncio 0.18.0 fixes this. We need to figure out what is broken so we can adapt.

Looks like it's caused by:

pytest-dev/pytest-asyncio#380