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 BB98913835B for ; Tue, 25 Aug 2020 12:37:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5C16E0831; Tue, 25 Aug 2020 12:37:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8D37DE0831 for ; Tue, 25 Aug 2020 12:37:44 +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 93B1A340E27 for ; Tue, 25 Aug 2020 12:37:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 408E3320 for ; Tue, 25 Aug 2020 12:37:42 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1598359040.eeee06601f6b5c557165300d61c1c71e45bdc579.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/ament_copyright/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/ament_copyright/ament_copyright-0.9.5.ebuild dev-ros/ament_copyright/ament_copyright-9999.ebuild X-VCS-Directories: dev-ros/ament_copyright/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: eeee06601f6b5c557165300d61c1c71e45bdc579 X-VCS-Branch: master Date: Tue, 25 Aug 2020 12:37:42 +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: e66dcc86-8ba7-464f-a58b-a3e9c98dda5b X-Archives-Hash: e94831f3f65ee1bf7e056e0791ea1698 commit: eeee06601f6b5c557165300d61c1c71e45bdc579 Author: Alexis Ballier gentoo org> AuthorDate: Mon Aug 24 14:15:43 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Aug 25 12:37:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeee0660 dev-ros/ament_copyright: fix tests Closes: https://bugs.gentoo.org/738496 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/ament_copyright/ament_copyright-0.9.5.ebuild | 5 +++++ dev-ros/ament_copyright/ament_copyright-9999.ebuild | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/dev-ros/ament_copyright/ament_copyright-0.9.5.ebuild b/dev-ros/ament_copyright/ament_copyright-0.9.5.ebuild index 42c7cdda03b..900785c148d 100644 --- a/dev-ros/ament_copyright/ament_copyright-0.9.5.ebuild +++ b/dev-ros/ament_copyright/ament_copyright-0.9.5.ebuild @@ -44,3 +44,8 @@ DEPEND="${RDEPEND} BDEPEND="" distutils_enable_tests pytest + +python_test() { + distutils_install_for_testing + pytest -vv || die "Tests failed with ${EPYTHON}" +} diff --git a/dev-ros/ament_copyright/ament_copyright-9999.ebuild b/dev-ros/ament_copyright/ament_copyright-9999.ebuild index 42c7cdda03b..900785c148d 100644 --- a/dev-ros/ament_copyright/ament_copyright-9999.ebuild +++ b/dev-ros/ament_copyright/ament_copyright-9999.ebuild @@ -44,3 +44,8 @@ DEPEND="${RDEPEND} BDEPEND="" distutils_enable_tests pytest + +python_test() { + distutils_install_for_testing + pytest -vv || die "Tests failed with ${EPYTHON}" +}