From 8b7c1a0a01666a86ecbc0cbda84b676ef85866a3 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 10 May 2017 18:27:17 -0700 Subject: dev-python/dugong: add missing pytest-catchlog test dep Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- dev-python/dugong/dugong-3.7.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'dev-python/dugong') diff --git a/dev-python/dugong/dugong-3.7.ebuild b/dev-python/dugong/dugong-3.7.ebuild index cd5304b6b390..105c42266bdb 100644 --- a/dev-python/dugong/dugong-3.7.ebuild +++ b/dev-python/dugong/dugong-3.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,10 @@ KEYWORDS="amd64 x86" IUSE="doc examples test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-catchlog[${PYTHON_USEDEP}] + )" python_test() { py.test -v || die "Tests failed under ${EPYTHON}" -- cgit v1.2.3-65-gdbad