summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2020-04-27 20:54:05 +0200
committerLouis Sautier <sbraz@gentoo.org>2020-04-27 20:54:05 +0200
commit4462a5eb4a5c8f020ab5d8cc3dd7ed61bc8c363a (patch)
treeb7c961c8ddef95a86b2524f90b316d02e9cbc64a /dev-python/blessed
parentdev-python/blessed: new pkg, better and maintained fork of blessings (diff)
downloadgentoo-4462a5eb4a5c8f020ab5d8cc3dd7ed61bc8c363a.tar.gz
gentoo-4462a5eb4a5c8f020ab5d8cc3dd7ed61bc8c363a.tar.bz2
gentoo-4462a5eb4a5c8f020ab5d8cc3dd7ed61bc8c363a.zip
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>
Diffstat (limited to 'dev-python/blessed')
-rw-r--r--dev-python/blessed/blessed-1.17.5.ebuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-python/blessed/blessed-1.17.5.ebuild b/dev-python/blessed/blessed-1.17.5.ebuild
index 907f9aebfe7b..18fe22388d9d 100644
--- a/dev-python/blessed/blessed-1.17.5.ebuild
+++ b/dev-python/blessed/blessed-1.17.5.ebuild
@@ -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}"
}