mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
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:
@@ -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}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user