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 4BD8315800A for ; Sun, 23 Jul 2023 18:34:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FB27E0817; Sun, 23 Jul 2023 18:34:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77789E0817 for ; Sun, 23 Jul 2023 18:34:05 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B41B3340C6C for ; Sun, 23 Jul 2023 18:34:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27AECBF9 for ; Sun, 23 Jul 2023 18:34:03 +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: <1690137217.7275943fe3082208ae7d13754fba352912609c39.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/testfixtures/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/testfixtures/testfixtures-7.1.0.ebuild X-VCS-Directories: dev-python/testfixtures/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7275943fe3082208ae7d13754fba352912609c39 X-VCS-Branch: master Date: Sun, 23 Jul 2023 18:34:03 +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: 1cf30ce6-3a62-4775-928e-02819437bea2 X-Archives-Hash: 9221dec61edce67941fca9b39adf0ea0 commit: 7275943fe3082208ae7d13754fba352912609c39 Author: Michał Górny gentoo org> AuthorDate: Sun Jul 23 18:33:37 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 23 18:33:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7275943f dev-python/testfixtures: Name mismatch happens with other Pythons too Closes: https://bugs.gentoo.org/910741 Signed-off-by: Michał Górny gentoo.org> dev-python/testfixtures/testfixtures-7.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/testfixtures/testfixtures-7.1.0.ebuild b/dev-python/testfixtures/testfixtures-7.1.0.ebuild index e2f06fd39724..5b3a4bcfc378 100644 --- a/dev-python/testfixtures/testfixtures-7.1.0.ebuild +++ b/dev-python/testfixtures/testfixtures-7.1.0.ebuild @@ -39,6 +39,7 @@ python_test() { local EPYTEST_DESELECT=( # TODO + docs/comparing.txt::line:642,column:1 testfixtures/tests/test_shouldwarn.py::ShouldWarnTests::test_filter_missing testfixtures/tests/test_shouldwarn.py::ShouldWarnTests::test_filter_present ) @@ -47,7 +48,6 @@ python_test() { python3.12) EPYTEST_DESELECT+=( # https://github.com/simplistix/testfixtures/issues/183 - docs/comparing.txt::line:642,column:1 docs/comparing.txt::line:784,column:1 docs/comparing.txt::line:823,column:1 testfixtures/tests/test_tempdirectory.py::TempDirectoryTests::test_as_path_relative_sequence