From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6EE271581E7 for ; Mon, 22 Apr 2024 20:30:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 021F4E29F0; Mon, 22 Apr 2024 20:30:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE310E29F0 for ; Mon, 22 Apr 2024 20:30:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 782653432DD for ; Mon, 22 Apr 2024 20:30:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C800116F6 for ; Mon, 22 Apr 2024 20:30:30 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1713817611.c2d0d06127cc1f1e0517b5d706b5e42beca26c21.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiomysql/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aiomysql/aiomysql-0.1.1.ebuild X-VCS-Directories: dev-python/aiomysql/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: c2d0d06127cc1f1e0517b5d706b5e42beca26c21 X-VCS-Branch: dev Date: Mon, 22 Apr 2024 20:30:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1809835e-d88b-49f2-a89b-6ad3bb5f96e6 X-Archives-Hash: 134add340bf5a0cfe643afa489b02b21 commit: c2d0d06127cc1f1e0517b5d706b5e42beca26c21 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Apr 22 20:26:51 2024 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Apr 22 20:26:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c2d0d061 dev-python/aiomysql: disable docs build Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/aiomysql/aiomysql-0.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/aiomysql/aiomysql-0.1.1.ebuild b/dev-python/aiomysql/aiomysql-0.1.1.ebuild index 3972e4ba0a..b50cbc4e45 100644 --- a/dev-python/aiomysql/aiomysql-0.1.1.ebuild +++ b/dev-python/aiomysql/aiomysql-0.1.1.ebuild @@ -42,8 +42,8 @@ EPYTEST_IGNORE=( distutils_enable_tests pytest -distutils_enable_sphinx docs \ - dev-python/sphinxcontrib-asyncio +#distutils_enable_sphinx docs \ + #dev-python/sphinxcontrib-asyncio python_test() { epytest "${S}"/tests --mysql-unix-socket "$(emysql --get-sockfile)"