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 6655C15A7D9 for ; Tue, 21 Mar 2023 05:44:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4FF6E07EE; Tue, 21 Mar 2023 05:44:02 +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 7BB79E07F9 for ; Tue, 21 Mar 2023 05:44:02 +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 4915E34122F for ; Tue, 21 Mar 2023 05:44:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B23DB8ED for ; Tue, 21 Mar 2023 05:43:59 +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: <1679377108.0f923690cea3e16e77c5b033ec5664da63d2bd84.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/recommonmark/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/recommonmark/recommonmark-0.7.1-r1.ebuild X-VCS-Directories: dev-python/recommonmark/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0f923690cea3e16e77c5b033ec5664da63d2bd84 X-VCS-Branch: master Date: Tue, 21 Mar 2023 05:43:59 +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: 55ed5c97-dc1f-44f1-b01b-a2df2283a3a3 X-Archives-Hash: 2861193b04e5fb3a2ca9dd375ce64d3d commit: 0f923690cea3e16e77c5b033ec5664da63d2bd84 Author: Matoro Mahri users noreply github com> AuthorDate: Mon Mar 20 18:09:33 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 21 05:38:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f923690 dev-python/recommonmark: deselect failing tests These tests are sensitive to Sphinx formatting changes and they will never get fixed because upstream has archived the project in favor of myst_parser. Closes: https://bugs.gentoo.org/866009 Signed-off-by: Matoro Mahri users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/30269 Signed-off-by: Michał Górny gentoo.org> dev-python/recommonmark/recommonmark-0.7.1-r1.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev-python/recommonmark/recommonmark-0.7.1-r1.ebuild b/dev-python/recommonmark/recommonmark-0.7.1-r1.ebuild index 9761a3e670ef..d765393d33cd 100644 --- a/dev-python/recommonmark/recommonmark-0.7.1-r1.ebuild +++ b/dev-python/recommonmark/recommonmark-0.7.1-r1.ebuild @@ -26,4 +26,12 @@ PATCHES=( "${FILESDIR}/${PN}-0.6.0-sphinx3-2.patch" ) +# These tests are sensitive to Sphinx formatting changes and they will never +# get fixed because upstream has archived the project in favor of myst_parser. +# Bug #866009 +EPYTEST_DESELECT=( + "tests/test_sphinx.py::GenericTests::test_headings" + "tests/test_sphinx.py::CustomExtensionTests::test_integration" +) + distutils_enable_tests pytest