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 613491382C5 for ; Sun, 23 May 2021 17:17:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA02AE0837; Sun, 23 May 2021 17:17:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8E5D6E0837 for ; Sun, 23 May 2021 17:17:18 +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 93CD5340CBB for ; Sun, 23 May 2021 17:17:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2569B78B for ; Sun, 23 May 2021 17:17:16 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1621790231.99322e422c2653cbdbc44ed705b13f06ec6d5606.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslotest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oslotest/oslotest-4.4.1.ebuild X-VCS-Directories: dev-python/oslotest/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 99322e422c2653cbdbc44ed705b13f06ec6d5606 X-VCS-Branch: master Date: Sun, 23 May 2021 17:17:16 +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: 75b53673-662f-409f-972f-8a07752f6b9a X-Archives-Hash: fffb4cb4e037ac9c20a575afb9356cf0 commit: 99322e422c2653cbdbc44ed705b13f06ec6d5606 Author: Patrick McLean gentoo org> AuthorDate: Sun May 23 17:13:59 2021 +0000 Commit: Patrick McLean gentoo org> CommitDate: Sun May 23 17:17:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99322e42 dev-python/oslotest-4.4.1: Enable tests Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Patrick McLean gentoo.org> dev-python/oslotest/oslotest-4.4.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/oslotest/oslotest-4.4.1.ebuild b/dev-python/oslotest/oslotest-4.4.1.ebuild index 3526d62822c..060a17fc870 100644 --- a/dev-python/oslotest/oslotest-4.4.1.ebuild +++ b/dev-python/oslotest/oslotest-4.4.1.ebuild @@ -19,4 +19,7 @@ RDEPEND=" >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}] >=dev-python/six-1.10.0[${PYTHON_USEDEP}] - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]" + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] +" + +distutils_enable_tests unittest