dev-python/blessed: enable all tests

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>
This commit is contained in:
Louis Sautier
2020-04-27 20:54:05 +02:00
parent 95f29329f3
commit 4462a5eb4a

View 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}"
}