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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9160F1382C5 for ; Fri, 8 Jan 2021 09:43:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95765E081A; Fri, 8 Jan 2021 09:43:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E0E0E081A for ; Fri, 8 Jan 2021 09:43:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60B2F3413EB for ; Fri, 8 Jan 2021 09:43:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB27E492 for ; Fri, 8 Jan 2021 09:43:02 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1610098978.e70b1b9c014672dc6abd8a0c9a2084daec2d4d1a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dnspython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dnspython/dnspython-2.1.0.ebuild X-VCS-Directories: dev-python/dnspython/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e70b1b9c014672dc6abd8a0c9a2084daec2d4d1a X-VCS-Branch: master Date: Fri, 8 Jan 2021 09:43:02 +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: 8ff5d7e8-45a0-45c0-a4c1-9e248396cd30 X-Archives-Hash: 29c0ca190b42c064882628c8e1fad507 commit: e70b1b9c014672dc6abd8a0c9a2084daec2d4d1a Author: Michał Górny gentoo org> AuthorDate: Fri Jan 8 09:34:39 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 8 09:42:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70b1b9c dev-python/dnspython: Use pytest Closes: https://bugs.gentoo.org/764425 Signed-off-by: Michał Górny gentoo.org> dev-python/dnspython/dnspython-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/dnspython/dnspython-2.1.0.ebuild b/dev-python/dnspython/dnspython-2.1.0.ebuild index cc5faeca738..8cee010f2df 100644 --- a/dev-python/dnspython/dnspython-2.1.0.ebuild +++ b/dev-python/dnspython/dnspython-2.1.0.ebuild @@ -21,7 +21,7 @@ RDEPEND=" dev-python/cryptography[${PYTHON_USEDEP}] >=dev-python/idna-2.1[${PYTHON_USEDEP}]" -distutils_enable_tests unittest +distutils_enable_tests pytest src_prepare() { sed -i -e '/network_avail/s:True:False:' \