git: a0fc9a33fccb - main - databases/py-aesqlapius: fix tests with latest pytest-asyncio
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Nov 2022 12:28:27 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=a0fc9a33fccb42e0a2be715f039302523e5988c7 commit a0fc9a33fccb42e0a2be715f039302523e5988c7 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-11-07 12:14:23 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-11-07 12:27:46 +0000 databases/py-aesqlapius: fix tests with latest pytest-asyncio --- databases/py-aesqlapius/files/patch-setup.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/databases/py-aesqlapius/files/patch-setup.cfg b/databases/py-aesqlapius/files/patch-setup.cfg new file mode 100644 index 000000000000..026b7ff58869 --- /dev/null +++ b/databases/py-aesqlapius/files/patch-setup.cfg @@ -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