-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review pytest fixture names #2578
Comments
Those just tests and I think should be used by third party packages. It was a not logical change, upgrade is just find and replace. I’d add prefixes for 3.0 |
The fixtures are used widespread, by |
Fixed by #2714 |
DeprecationWarning: Deprecated, use aiohttp_server fixture instead DeprecationWarning: Deprecated, use aiohttp_client fixture instead
* Fix aiohttp testing errors from aio-libs/aiohttp#2578 DeprecationWarning: Deprecated, use aiohttp_server fixture instead DeprecationWarning: Deprecated, use aiohttp_client fixture instead * Support slack signing secrets for verification Disables verification tokens if provided.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
Perhaps we need to add
aiohttp_
prefix to all fixtures to prevent clashing with other libraries.Existing names should be supported for sake of backward compatibility at least up to aiohttp 4.0.
Thoughts?
The text was updated successfully, but these errors were encountered: