dev-python/blessed: enable all tests
authorLouis Sautier <sbraz@gentoo.org>
Mon, 27 Apr 2020 18:54:05 +0000 (20:54 +0200)
committerLouis Sautier <sbraz@gentoo.org>
Mon, 27 Apr 2020 18:54:05 +0000 (20:54 +0200)
This should have been done in the initial commit, I forgot to change the
test function.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
dev-python/blessed/blessed-1.17.5.ebuild

index 907f9aebfe7b6641470f3899e78ef1c67cbdfdd5..18fe22388d9d70482661d386b4487b9b110ca98e 100644 (file)
@@ -45,9 +45,6 @@ python_test() {
        # COLORTERM must not be truecolor
        # See https://github.com/jquast/blessed/issues/162
        # Ignore coverage options
-       # Skip two failing tests
        COLORTERM= pytest -vv --override-ini="addopts=" \
-               --deselect tests/test_core.py::test_number_of_colors_without_tty \
-               --deselect tests/test_core.py::test_number_of_colors_with_tty \
                || die "tests failed with ${EPYTHON}"
 }