From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 06FF0139345 for ; Thu, 1 Jul 2021 14:42:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E273E08F2; Thu, 1 Jul 2021 14:42:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 447CAE08F2 for ; Thu, 1 Jul 2021 14:42:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0312D335CEA for ; Thu, 1 Jul 2021 14:42:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FC4A7C3 for ; Thu, 1 Jul 2021 14:42:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1625150494.be781851a3869f71edb18e18a7e121fccd91c51d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipykernel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild X-VCS-Directories: dev-python/ipykernel/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: be781851a3869f71edb18e18a7e121fccd91c51d X-VCS-Branch: master Date: Thu, 1 Jul 2021 14:42:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 84bb656e-905c-4bf9-99d6-52eb0e4e748b X-Archives-Hash: b20b8df3b8b5055c2faf62ef8a9d0fcd commit: be781851a3869f71edb18e18a7e121fccd91c51d Author: Michał Górny gentoo org> AuthorDate: Thu Jul 1 14:08:38 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jul 1 14:41:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be781851 dev-python/ipykernel: Skip more failing tests Signed-off-by: Michał Górny gentoo.org> dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild b/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild index 65b4062023e..dfa1978c4ec 100644 --- a/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild +++ b/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild @@ -40,6 +40,8 @@ python_test() { ipykernel/tests/test_serialize.py::test_class ipykernel/tests/test_serialize.py::test_class_oldstyle ipykernel/tests/test_serialize.py::test_class_inheritance + 'ipykernel/tests/test_async.py::test_async_interrupt[trio]' + 'ipykernel/tests/test_async.py::test_async_interrupt[trio]' ) epytest ${deselect[@]/#/--deselect }