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 ED4FC139360 for ; Fri, 13 Aug 2021 19:02:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18647E085A; Fri, 13 Aug 2021 19:02:15 +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 42653E085A for ; Fri, 13 Aug 2021 19:02:14 +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 AE1D733FE2A for ; Fri, 13 Aug 2021 19:02:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 446047B4 for ; Fri, 13 Aug 2021 19:02:11 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1628879659.d7cca639d80e72550f39309a853f38f912a0c3e9.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/tuir/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/tuir/tuir-1.29.0.ebuild X-VCS-Directories: net-misc/tuir/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: d7cca639d80e72550f39309a853f38f912a0c3e9 X-VCS-Branch: dev Date: Fri, 13 Aug 2021 19:02:11 +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: 916ff143-2ec9-467a-a657-d126ebee77c5 X-Archives-Hash: 0f66b945c6e84460a6c07d4e2cee2ac8 commit: d7cca639d80e72550f39309a853f38f912a0c3e9 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Aug 13 18:34:19 2021 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Fri Aug 13 18:34:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d7cca639 net-misc/tuir: deselect failing test Closes: https://bugs.gentoo.org/807921 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-misc/tuir/tuir-1.29.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-misc/tuir/tuir-1.29.0.ebuild b/net-misc/tuir/tuir-1.29.0.ebuild index ada505887..8df2a9031 100644 --- a/net-misc/tuir/tuir-1.29.0.ebuild +++ b/net-misc/tuir/tuir-1.29.0.ebuild @@ -26,3 +26,7 @@ RDEPEND=" BDEPEND="test? ( dev-python/vcrpy )" distutils_enable_tests pytest + +python_test() { + epytest --deselect tests/test_content.py::test_content_humanize_timestamp +}