summaryrefslogtreecommitdiff
path: root/media-gfx/img2pdf/img2pdf-0.5.1.ebuild
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2023-12-22 08:53:50 +0100
committerMarcin Deranek <marcin.deranek@slonko.net>2023-12-22 08:53:53 +0100
commit5c845c52a1b3dec0d5b71bf68ac06993425750fa (patch)
treeb38f0e6ccbf52acf2bbfb4d738e5aee96dce35af /media-gfx/img2pdf/img2pdf-0.5.1.ebuild
parent63d37bef76f90c3d71977cf2a80fd50ad2966788 (diff)
downloadportage-5c845c52a1b3dec0d5b71bf68ac06993425750fa.tar.gz
portage-5c845c52a1b3dec0d5b71bf68ac06993425750fa.tar.bz2
portage-5c845c52a1b3dec0d5b71bf68ac06993425750fa.zip
media-gfx/img2pdf Deselect tests instead of using the patch
Diffstat (limited to 'media-gfx/img2pdf/img2pdf-0.5.1.ebuild')
-rw-r--r--media-gfx/img2pdf/img2pdf-0.5.1.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/media-gfx/img2pdf/img2pdf-0.5.1.ebuild b/media-gfx/img2pdf/img2pdf-0.5.1.ebuild
index 3158ece..379c012 100644
--- a/media-gfx/img2pdf/img2pdf-0.5.1.ebuild
+++ b/media-gfx/img2pdf/img2pdf-0.5.1.ebuild
@@ -16,10 +16,6 @@ SLOT="0"
KEYWORDS="amd64 ppc64 x86"
IUSE="gui"
-PATCHES=(
- "${FILESDIR}/remove-exact-cmyk8.patch"
-)
-
BDEPEND="
test? (
app-text/ghostscript-gpl
@@ -44,6 +40,12 @@ RDEPEND="
distutils_enable_tests pytest
+EPYTEST_DESELECT=(
+ # Failing cmyk8 tests
+ src/img2pdf_test.py::test_miff_cmyk8
+ src/img2pdf_test.py::test_miff_cmyk8
+)
+
src_prepare() {
distutils-r1_python_prepare_all