Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jedi/
Date: Thu, 01 Jul 2021 14:42:03
Message-Id: 1625150492.777b7264eceffb186d4c3ec43ad2b7bcfa270580.mgorny@gentoo
1 commit: 777b7264eceffb186d4c3ec43ad2b7bcfa270580
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 1 12:45:45 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 1 14:41:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=777b7264
7
8 dev-python/jedi: Fix test skip in 0.17.2-r1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jedi/jedi-0.17.2-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/jedi/jedi-0.17.2-r1.ebuild b/dev-python/jedi/jedi-0.17.2-r1.ebuild
16 index 7988373021e..2017e5f93e9 100644
17 --- a/dev-python/jedi/jedi-0.17.2-r1.ebuild
18 +++ b/dev-python/jedi/jedi-0.17.2-r1.ebuild
19 @@ -52,7 +52,7 @@ python_prepare_all() {
20 python_test() {
21 local deselect=(
22 # TODO
23 - 'test/test_integration.py::test_completion[stdlib:155]'
24 + 'test/test_integration.py::test_completion[stdlib:197]'
25 'test/test_integration.py::test_completion[on_import:29]'
26 # assume pristine virtualenv
27 test/test_utils.py::TestSetupReadline::test_local_import