commit:     d48d97ba687cdf1c40c9bd0f9b7bec316f1dc78f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 26 05:17:10 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 26 05:17:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48d97ba

dev-python/pymongo: Fix testing with USE=-test-full

Closes: https://bugs.gentoo.org/942194
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pymongo/pymongo-4.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pymongo/pymongo-4.10.1.ebuild 
b/dev-python/pymongo/pymongo-4.10.1.ebuild
index cc9f76ab2b28..2339c5edad7c 100644
--- a/dev-python/pymongo/pymongo-4.10.1.ebuild
+++ b/dev-python/pymongo/pymongo-4.10.1.ebuild
@@ -145,7 +145,7 @@ python_test() {
        if ! use test-full; then
                # .invalid is guaranteed to return NXDOMAIN per RFC 6761
                local -x DB_IP=mongodb.invalid
-               epytest
+               epytest -p asyncio
                return
        fi
 

Reply via email to