diff --git a/dev-python/blessed/blessed-1.17.5.ebuild b/dev-python/blessed/blessed-1.17.5.ebuild index 907f9aebfe7b6..18fe22388d9d7 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}" }