mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user