Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/async-lru/
Date: Sun, 31 Jan 2021 20:04:16
Message-Id: 1612123449.9d087e605f007f6a8ee3cf5ea9e1ee8acb96fe7d.mgorny@gentoo
1 commit: 9d087e605f007f6a8ee3cf5ea9e1ee8acb96fe7d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 31 19:58:13 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 20:04:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d087e60
7
8 dev-python/async-lru: Require pytest<6.2 for tests
9
10 Closes: https://bugs.gentoo.org/768093
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild b/dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild
17 index c3cc4caba70..7935c28218c 100644
18 --- a/dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild
19 +++ b/dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild
20 @@ -22,6 +22,7 @@ KEYWORDS="~amd64 ~x86"
21
22 BDEPEND="
23 test? (
24 + <dev-python/pytest-6.2[${PYTHON_USEDEP}]
25 dev-python/pytest-asyncio[${PYTHON_USEDEP}]
26 )"