From 50e8f584778f4f588eeb1a1001cb5c51430d39cf Mon Sep 17 00:00:00 2001 From: Henri Gasc Date: Fri, 12 Apr 2024 14:20:00 +0200 Subject: [PATCH] dev-python/pypandoc: Add explanations on tests Signed-off-by: Henri Gasc --- 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() {