Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Nov 2022 12:28:27 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a0fc9a33fccb - main - databases/py-aesqlapius: fix tests with latest pytest-asyncio
Message-ID:  <202211071228.2A7CSRu5081845@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211071228.2A7CSRu5081845>