Skip to content

Commit

Permalink
Upgrading pytest-asyncio to latest version - 0.21.0 (opensearch-proje…
Browse files Browse the repository at this point in the history
…ct#339)

Signed-off-by: saimedhi <saimedhi@amazon.com>
Signed-off-by: Raman Saparkhan <romasaparhan19@gmail.com>
  • Loading branch information
saimedhi authored and roma2023 committed May 9, 2023
1 parent b52f4cb commit f59db6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ignore = E203, E266, E501, W503

[tool:pytest]
junit_family=legacy
asyncio_mode=auto

[tool:isort]
profile=black
Expand Down

0 comments on commit f59db6d

Please sign in to comment.