Upgrading pytest-asyncio to latest version - 0.21.0 (#339)
Signed-off-by: saimedhi <saimedhi@amazon.com>
This commit is contained in:
committed by
GitHub
parent
df3a39f1a0
commit
23611ebda4
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user