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/trio-asyncio/
Date: Wed, 01 Apr 2020 16:17:23
Message-Id: 1585757836.e0b47879cad9396b70e8ece256831398dfdd538f.andrewammerlaan@gentoo
1 commit: e0b47879cad9396b70e8ece256831398dfdd538f
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Wed Apr 1 16:16:40 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Wed Apr 1 16:17:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e0b47879
7
8 dev-python/trio-asyncio: depend on pytest-trio for tests
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/trio-asyncio/trio-asyncio-0.11.0.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild b/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild
17 index ced6ad6..20d6e40 100644
18 --- a/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild
19 +++ b/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild
20 @@ -26,6 +26,7 @@ RDEPEND="
21 "
22
23 DEPEND="test? (
24 + dev-python/pytest-trio[${PYTHON_USEDEP}]
25 <dev-python/pytest-4.1[${PYTHON_USEDEP}]
26 )"