Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: tests with aiohttp >= 3.10.0 #134

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

cjwatson
Copy link
Contributor

@cjwatson cjwatson commented Aug 5, 2024

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

aiohttp 3.10.0 removed the ability to create `aiohttp.ClientSession`
instances without a running event loop (see
aio-libs/aiohttp#8583), but one of yalexs's
tests relied on that.
@bdraco bdraco changed the title Fix tests with aiohttp >= 3.10.0 fix: tests with aiohttp >= 3.10.0 Aug 5, 2024
@bdraco
Copy link
Owner

bdraco commented Aug 5, 2024

Thanks @cjwatson

@bdraco bdraco merged commit a25deb4 into bdraco:main Aug 5, 2024
7 of 8 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants