Upgrading pytest-asyncio to latest version - 0.21.0 (#339)

Signed-off-by: saimedhi <saimedhi@amazon.com>
This commit is contained in:
Sai Medhini Reddy Maryada
2023-03-28 11:14:33 -07:00
committed by GitHub
parent df3a39f1a0
commit 23611ebda4
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Added
- Added async support for helpers that are merged from opensearch-dsl-py ([#329](https://github.com/opensearch-project/opensearch-py/pull/329))
### Changed
- Upgrading pytest-asyncio to latest version - 0.21.0 ([#339](https://github.com/opensearch-project/opensearch-py/pull/339))
### Deprecated
### Removed
### Fixed
+1 -1
View File
@@ -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"
unasync; python_version>="3.6"
+1
View File
@@ -9,6 +9,7 @@ ignore = E203, E266, E501, W503
[tool:pytest]
junit_family=legacy
asyncio_mode=auto
[tool:isort]
profile=black