commit:     0365754529bca8699b8e740d0cb6f666d8ad1b97
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 05:58:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 05:59:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03657545

app-text/calibre: unskip chardet test

Now packaged! \o/

Bug: https://bugs.gentoo.org/823443
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/calibre/calibre-5.32.0-r1.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-text/calibre/calibre-5.32.0-r1.ebuild 
b/app-text/calibre/calibre-5.32.0-r1.ebuild
index eff0c6105c0..7b6a8c3a07b 100644
--- a/app-text/calibre/calibre-5.32.0-r1.ebuild
+++ b/app-text/calibre/calibre-5.32.0-r1.ebuild
@@ -202,14 +202,12 @@ src_compile() {
 src_test() {
        # Skipped tests:
        # - 7z (unpackaged Python dependency: py7zr)
-       # - test_chardet (unpackaged Python dependency: cchardet)
        # - test_unrar (unpackaged Python dependency: unrardll)
        #
        # Note that we currently have a hack to skip one part of test_qt!
        # See PATCHES for more.
        CALIBRE_PY3_PORT=1 ${PYTHON} setup.py test \
                        --exclude-test-name 7z \
-                       --exclude-test-name test_chardet \
                        --exclude-test-name test_searching \
                        --exclude-test-name test_unrar || die
 }

Reply via email to