Fix pytest-asyncio deprecation warning in test (#1584)

Introduced in pytest-asyncio in:
https://github.com/pytest-dev/pytest-asyncio/pull/648
This commit is contained in:
Carl Smedstad 2024-09-28 00:33:14 +02:00 committed by GitHub
parent 718910f5b5
commit 080878be86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

1
CHANGES/1584.bugfix.rst Normal file
View file

@ -0,0 +1 @@
Fix PytestDeprecationWarning thrown by pytest-asyncio when running the tests