Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphobjinv/
Date: Fri, 24 Sep 2021 14:44:46
Message-Id: 1632494647.fe94385556300d4a72c13adce31f057682bef75d.arthurzam@gentoo
1 commit: fe94385556300d4a72c13adce31f057682bef75d
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 24 14:42:30 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 24 14:44:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe943855
7
8 dev-python/sphobjinv: increase fail timeout for tests
9
10 Reported-by: Rolf Eike Beer <eike <AT> sf-mail.de>
11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
12
13 dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild b/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild
17 index 87b6f739a31..12688af861b 100644
18 --- a/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild
19 +++ b/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild
20 @@ -43,6 +43,7 @@ distutils_enable_sphinx doc/source \
21 python_prepare_all() {
22 # --strict option is deprecated in pytest>6
23 sed -i -e '/addopts/d' tox.ini || die
24 + sed -e '/CLI_TEST_TIMEOUT/s/2/20/' -i tests/test_cli.py || die
25
26 distutils-r1_python_prepare_all
27 }