We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PR on Python for Smoke Tests #6412 lack the use of the Async clients.
The same actions perform by the smoke test with the not async clients should be performed with the async clients as well.
The text was updated successfully, but these errors were encountered:
Chatted more with @chlowell .. I think we can unblock this:
To unblock install aiohttp>=3.0 (as seen in https://github.com/Azure/azure-sdk-for-python/blob/master/shared_requirements.txt)
aiohttp>=3.0
This installs a default network stack that the async implementation can use. This should be added to requirements.txt.
requirements.txt
Sorry, something went wrong.
JonathanCrd
No branches or pull requests
PR on Python for Smoke Tests #6412 lack the use of the Async clients.
The same actions perform by the smoke test with the not async clients should be performed with the async clients as well.
The text was updated successfully, but these errors were encountered: