Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-trio/
Date: Tue, 31 Mar 2020 17:07:11
Message-Id: 1585674361.fda864a8f4df250f3de3122d3e7b1650f6d55aab.andrewammerlaan@gentoo
1 commit: fda864a8f4df250f3de3122d3e7b1650f6d55aab
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Tue Mar 31 17:05:40 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Tue Mar 31 17:06:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fda864a8
7
8 dev-python/pytest-trio: test require package to already be isntalled
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/pytest-trio/pytest-trio-0.5.2.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-python/pytest-trio/pytest-trio-0.5.2.ebuild b/dev-python/pytest-trio/pytest-trio-0.5.2.ebuild
17 index aba3ec7..d0b4346 100644
18 --- a/dev-python/pytest-trio/pytest-trio-0.5.2.ebuild
19 +++ b/dev-python/pytest-trio/pytest-trio-0.5.2.ebuild
20 @@ -32,6 +32,7 @@ DEPEND="
21 ${RDEPEND}
22 test? (
23 >=dev-python/hypothesis-3.64[${PYTHON_USEDEP}]
24 + dev-python/pytest-trio[${PYTHON_USEDEP}]
25 !~dev-python/pytest-3.7.0[${PYTHON_USEDEP}]
26 !~dev-python/pytest-3.7.1[${PYTHON_USEDEP}]
27 >=dev-python/pytest-4.3[${PYTHON_USEDEP}]