dev-python/pytest-travis-fold: tests require package to be already installed

thus, depend on itself, repoman doesn't complain about it
so apperently we can do this

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-03-29 13:04:01 +02:00
parent 9bcc2d4a15
commit df0bb14c5a

View File

@@ -23,6 +23,10 @@ RDEPEND="
>=dev-python/pytest-2.6.0[${PYTHON_USEDEP}]
<dev-python/pytest-4[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
DEPEND="${RDEPEND}
test? (
dev-python/pytest-travis-fold[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest