dev-python/pypandoc: Add explanations on tests

Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
Henri Gasc
2024-04-12 14:20:00 +02:00
parent fd53328519
commit 50e8f58477

View File

@@ -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() {