commit: fda864a8f4df250f3de3122d3e7b1650f6d55aab
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Mar 31 17:05:40 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Mar 31 17:06:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fda864a8
dev-python/pytest-trio: test require package to already be isntalled
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/pytest-trio/pytest-trio-0.5.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/pytest-trio/pytest-trio-0.5.2.ebuild
b/dev-python/pytest-trio/pytest-trio-0.5.2.ebuild
index aba3ec7..d0b4346 100644
--- a/dev-python/pytest-trio/pytest-trio-0.5.2.ebuild
+++ b/dev-python/pytest-trio/pytest-trio-0.5.2.ebuild
@@ -32,6 +32,7 @@ DEPEND="
${RDEPEND}
test? (
>=dev-python/hypothesis-3.64[${PYTHON_USEDEP}]
+ dev-python/pytest-trio[${PYTHON_USEDEP}]
!~dev-python/pytest-3.7.0[${PYTHON_USEDEP}]
!~dev-python/pytest-3.7.1[${PYTHON_USEDEP}]
>=dev-python/pytest-4.3[${PYTHON_USEDEP}]