commit:     50e8f584778f4f588eeb1a1001cb5c51430d39cf
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Fri Apr 12 12:20:00 2024 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> 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 <gasc <AT> 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() {

Reply via email to