Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/blessed/
Date: Mon, 27 Apr 2020 19:11:27
Message-Id: 1588013645.4462a5eb4a5c8f020ab5d8cc3dd7ed61bc8c363a.sbraz@gentoo
1 commit: 4462a5eb4a5c8f020ab5d8cc3dd7ed61bc8c363a
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 27 18:54:05 2020 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 27 18:54:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4462a5eb
7
8 dev-python/blessed: enable all tests
9
10 This should have been done in the initial commit, I forgot to change the
11 test function.
12
13 Package-Manager: Portage-2.3.99, Repoman-2.3.22
14 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
15
16 dev-python/blessed/blessed-1.17.5.ebuild | 3 ---
17 1 file changed, 3 deletions(-)
18
19 diff --git a/dev-python/blessed/blessed-1.17.5.ebuild b/dev-python/blessed/blessed-1.17.5.ebuild
20 index 907f9aebfe7..18fe22388d9 100644
21 --- a/dev-python/blessed/blessed-1.17.5.ebuild
22 +++ b/dev-python/blessed/blessed-1.17.5.ebuild
23 @@ -45,9 +45,6 @@ python_test() {
24 # COLORTERM must not be truecolor
25 # See https://github.com/jquast/blessed/issues/162
26 # Ignore coverage options
27 - # Skip two failing tests
28 COLORTERM= pytest -vv --override-ini="addopts=" \
29 - --deselect tests/test_core.py::test_number_of_colors_without_tty \
30 - --deselect tests/test_core.py::test_number_of_colors_with_tty \
31 || die "tests failed with ${EPYTHON}"
32 }