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 503EC158041 for ; Fri, 12 Apr 2024 12:20:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 765A2E29E8; Fri, 12 Apr 2024 12:20:33 +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 50D1EE29E8 for ; Fri, 12 Apr 2024 12:20: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 311CD343264 for ; Fri, 12 Apr 2024 12:20:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 941AFB27 for ; Fri, 12 Apr 2024 12:20:30 +0000 (UTC) From: "Henri Gasc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Henri Gasc" Message-ID: <1712924400.50e8f584778f4f588eeb1a1001cb5c51430d39cf.gasc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pypandoc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pypandoc/pypandoc-1.13.ebuild X-VCS-Directories: dev-python/pypandoc/ X-VCS-Committer: gasc X-VCS-Committer-Name: Henri Gasc X-VCS-Revision: 50e8f584778f4f588eeb1a1001cb5c51430d39cf X-VCS-Branch: dev Date: Fri, 12 Apr 2024 12:20: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: e5f85df7-900f-4f17-b234-6fbcc6f92b8d X-Archives-Hash: 0aa0ea899ae952d3014d4c89f0485a8d commit: 50e8f584778f4f588eeb1a1001cb5c51430d39cf Author: Henri Gasc eurecom fr> AuthorDate: Fri Apr 12 12:20:00 2024 +0000 Commit: Henri Gasc eurecom fr> CommitDate: Fri Apr 12 12:20:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50e8f584 dev-python/pypandoc: Add explanations on tests Signed-off-by: Henri Gasc eurecom.fr> dev-python/pypandoc/pypandoc-1.13.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/pypandoc/pypandoc-1.13.ebuild b/dev-python/pypandoc/pypandoc-1.13.ebuild index 77de009e84..441173f9be 100644 --- a/dev-python/pypandoc/pypandoc-1.13.ebuild +++ b/dev-python/pypandoc/pypandoc-1.13.ebuild @@ -31,7 +31,9 @@ BDEPEND=" " EPYTEST_DESELECT=( + # Need internet tests.py::TestPypandoc::test_basic_conversion_from_http_url + # pandoc does not manage to find pdflatex.fmt despite it being installed tests.py::TestPypandoc::test_pdf_conversion ) python_test() {