databases/py-aesqlapius: fix tests with latest pytest-asyncio

This commit is contained in:
Dmitry Marakasov 2022-11-07 15:14:23 +03:00
parent a2f4ec48ea
commit a0fc9a33fc

View File

@ -0,0 +1,8 @@
--- setup.cfg.orig 2021-08-31 15:37:59.070322000 +0300
+++ setup.cfg 2022-11-07 15:05:28.655713000 +0300
@@ -26,3 +26,5 @@
tag_build =
tag_date = 0
+[tool:pytest]
+asyncio_mode = auto