Skip to content

Commit 696ba05

Browse files
Update pytest-asyncio requirement from <0.22 to <0.24
Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.1.1...v0.23.6) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fc8efa9 commit 696ba05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ sqlalchemy<2.0
4444

4545
# SEE https://github.com/pytest-dev/pytest-asyncio/issues/706
4646
# Many tests fail with `RuntimeError: There is no current event loop in thread 'MainThread'`
47-
pytest-asyncio<0.22
47+
pytest-asyncio<0.24
4848

4949
#
5050
# Bugs

0 commit comments

Comments
 (0)