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 1C047158008 for ; Mon, 12 Jun 2023 14:59:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 524ACE0883; Mon, 12 Jun 2023 14:59:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 3841AE0883 for ; Mon, 12 Jun 2023 14:59:09 +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 243AC341334 for ; Mon, 12 Jun 2023 14:59:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39009A66 for ; Mon, 12 Jun 2023 14:59:06 +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: <1686581942.527b01d81f05463a51d7053ad04ca86372510c5c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dns-lexicon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dns-lexicon/dns-lexicon-3.11.7.ebuild X-VCS-Directories: dev-python/dns-lexicon/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 527b01d81f05463a51d7053ad04ca86372510c5c X-VCS-Branch: master Date: Mon, 12 Jun 2023 14:59:06 +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: 384734fc-bc18-4a1e-a613-686d07994694 X-Archives-Hash: b7b45a8c2e94047169e7cc450bcb242b commit: 527b01d81f05463a51d7053ad04ca86372510c5c Author: Michał Górny gentoo org> AuthorDate: Mon Jun 12 14:48:51 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jun 12 14:59:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527b01d8 dev-python/dns-lexicon: Skip some tests due to urllib3-2 incompat. Signed-off-by: Michał Górny gentoo.org> dev-python/dns-lexicon/dns-lexicon-3.11.7.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/dns-lexicon/dns-lexicon-3.11.7.ebuild b/dev-python/dns-lexicon/dns-lexicon-3.11.7.ebuild index 61b3bb1da894..021971429400 100644 --- a/dev-python/dns-lexicon/dns-lexicon-3.11.7.ebuild +++ b/dev-python/dns-lexicon/dns-lexicon-3.11.7.ebuild @@ -54,6 +54,9 @@ EPYTEST_IGNORE=( lexicon/tests/providers/test_auto.py # All recordings seem to be broken lexicon/tests/providers/test_namecheap.py + # Broken by minor vcrpy / urllib3-2 incompatibility + # https://github.com/kevin1024/vcrpy/issues/714 + lexicon/tests/providers/test_route53.py ) pkg_postinst() {