commit: b59957c7842270e47a4dd5bfeaf9d390b663d063
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 15 07:41:29 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 15 07:42:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b59957c7
dev-python/jedi: Skip test_speed in 0.17.2-r1 as well
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jedi/jedi-0.17.2-r1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/jedi/jedi-0.17.2-r1.ebuild
b/dev-python/jedi/jedi-0.17.2-r1.ebuild
index 2fa5ac08cf8..c32955b0988 100644
--- a/dev-python/jedi/jedi-0.17.2-r1.ebuild
+++ b/dev-python/jedi/jedi-0.17.2-r1.ebuild
@@ -57,6 +57,8 @@ python_test() {
# assume pristine virtualenv
test/test_utils.py::TestSetupReadline::test_local_import
test/test_inference/test_imports.py::test_os_issues
+ # fragile
+ test/test_speed.py
)
[[ ${EPYTHON} == python3.10 ]] && deselect+=(
# new features increased the match count again