dev-python/pytest-catchlog: block dev-python/pytest-capturelog

Closes: https://bugs.gentoo.org/636468
Package-Manager: Portage-2.3.13_p1, Repoman-2.3.3_p81
This commit is contained in:
Mike Gilbert
2017-11-03 16:18:41 -04:00
parent 9c77e9b56a
commit f47aa832af

View File

@@ -16,12 +16,14 @@ LICENSE="MIT"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/py-1.1.1[${PYTHON_USEDEP}]"
COMMON_DEPEND=">=dev-python/py-1.1.1[${PYTHON_USEDEP}]"
DEPEND="
test? (
${RDEPEND}
${COMMON_DEPEND}
>=dev-python/pytest-2.7.1[${PYTHON_USEDEP}]
)"
RDEPEND="${COMMON_DEPEND}
!dev-python/pytest-capturelog"
python_test() {
PYTEST_PLUGINS=${PN/-/_} py.test -v -v test_pytest_catchlog.py || die