Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-toolbox/
Date: Thu, 25 Aug 2022 19:33:15
Message-Id: 1661455917.644898abdaa75f7994b9c3127ede5fae3be22232.arthurzam@gentoo
1 commit: 644898abdaa75f7994b9c3127ede5fae3be22232
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 25 19:31:57 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 25 19:31:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644898ab
7
8 dev-python/pytest-toolbox: enable testing with pydantic on py3.11
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild b/dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild
16 index 8de597b0cadf..7689efc22283 100644
17 --- a/dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild
18 +++ b/dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild
19 @@ -26,7 +26,7 @@ BDEPEND="
20 test? (
21 $(python_gen_cond_dep '
22 dev-python/pydantic[${PYTHON_USEDEP}]
23 - ' pypy3 python3_{8..10} # TODO: python3_11
24 + ' pypy3 python3_{8..11} # TODO: python3_11
25 )
26 )
27 "