Skip to content
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

Upgrading pytest-asyncio to latest version - 0.21.0 #339

Merged

Conversation

saimedhi
Copy link
Collaborator

Description

Upgrading pytest-asyncio to latest version - 0.21.0

Issues Resolved

Closes #182

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: saimedhi <saimedhi@amazon.com>
@@ -20,5 +20,5 @@ twine

# Requirements for testing [async] extra
aiohttp; python_version>="3.6"
pytest-asyncio<=0.18.3; python_version>="3.6"
pytest-asyncio<=0.21.0; python_version>="3.6"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version 0.19 for pytest-asyncio caused failures, we can make sure we avoid that version.

Copy link
Collaborator Author

@saimedhi saimedhi Mar 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, @VachaShah. Version 0.19 previously failed because the default mode was changed to strict from version 0.19. Now, I mentioned the mode to auto. As a result, version 0.19 will not fail. I also left it as pytest-asyncio<=0.21.0 because pytest-asyncio 0.21.0 only supports from Python 3.7.

@saimedhi saimedhi requested a review from VachaShah March 28, 2023 15:49
@harshavamsi harshavamsi merged commit 23611eb into opensearch-project:main Mar 28, 2023
@saimedhi saimedhi deleted the upgrade_pytest_asyncio branch April 4, 2023 17:56
roma2023 pushed a commit to roma2023/opensearch-py that referenced this pull request May 9, 2023
…ct#339)

Signed-off-by: saimedhi <saimedhi@amazon.com>
Signed-off-by: Raman Saparkhan <romasaparhan19@gmail.com>
roma2023 pushed a commit to roma2023/opensearch-py that referenced this pull request Jul 4, 2023
…ct#339)

Signed-off-by: saimedhi <saimedhi@amazon.com>
Signed-off-by: Raman Saparkhan <romasaparhan19@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrading asyncio results in some integration test failures
3 participants