summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2021-06-23 08:56:28 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2021-06-23 08:56:35 +0100
commit4f68a8ddea4485cea2d1cd54a04ab211f5babd49 (patch)
treea4157861a3264cef9a875c733ea8c0697e6dcba2 /dev-util/diffoscope
parentnet-wireless/bluez: Drop old (diff)
downloadgentoo-4f68a8ddea4485cea2d1cd54a04ab211f5babd49.tar.gz
gentoo-4f68a8ddea4485cea2d1cd54a04ab211f5babd49.tar.bz2
gentoo-4f68a8ddea4485cea2d1cd54a04ab211f5babd49.zip
dev-util/diffoscope: disable docx2txt tests
Reported-by: Jonathan Lovelace Closes: https://bugs.gentoo.org/797688 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util/diffoscope')
-rw-r--r--dev-util/diffoscope/diffoscope-177.ebuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/dev-util/diffoscope/diffoscope-177.ebuild b/dev-util/diffoscope/diffoscope-177.ebuild
index a77716a3fd73..6b1e9ecce520 100644
--- a/dev-util/diffoscope/diffoscope-177.ebuild
+++ b/dev-util/diffoscope/diffoscope-177.ebuild
@@ -25,9 +25,13 @@ RESTRICT="!test? ( test )"
# pull in optional tools for tests:
# img2txt: bug #797688
+# docx2txt: bug #797688
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( media-libs/libcaca )
+ test? (
+ app-text/docx2txt
+ media-libs/libcaca
+ )
"
RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
dev-python/libarchive-c[${PYTHON_USEDEP}]
@@ -101,6 +105,9 @@ python_test() {
tests/comparators/test_jpeg_image.py::test_compare_non_existing
tests/comparators/test_jpeg_image.py::test_diff_meta
tests/comparators/test_jpeg_image.py::test_has_visuals
+
+ # docx2txt based falures, bug #797688
+ tests/comparators/test_docx.py::test_diff
)
epytest ${exclude[@]/#/--deselect }
}