bdraco / yalexs

Python API for Yale Access (formerly August) Smart Lock and Doorbell
MIT License
38 stars 18 forks source link

fix: tests with aiohttp >= 3.10.0 #134

Closed cjwatson closed 1 month ago

cjwatson commented 1 month ago

aiohttp 3.10.0 removed the ability to create aiohttp.ClientSession instances without a running event loop (see https://github.com/aio-libs/aiohttp/pull/8583), but one of yalexs's tests relied on that.

bdraco commented 1 month ago

Thanks @cjwatson