Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-env/
Date: Thu, 13 May 2021 19:11:16
Message-Id: 1620932933.ca695a19aa454504eddf9899ff436373754b20a3.marecki@gentoo
1 commit: ca695a19aa454504eddf9899ff436373754b20a3
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 13 17:22:51 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu May 13 19:08:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca695a19
7
8 dev-python/pytest-env: support python3_10
9
10 Dependencies are all in order, builds and installs fine.
11 No test suite but appears to work fine in a pytest test suite configured
12 to pull it in.
13
14 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
15
16 dev-python/pytest-env/pytest-env-0.6.2.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-python/pytest-env/pytest-env-0.6.2.ebuild b/dev-python/pytest-env/pytest-env-0.6.2.ebuild
20 index ae67df12a29..72f5a0e9e5e 100644
21 --- a/dev-python/pytest-env/pytest-env-0.6.2.ebuild
22 +++ b/dev-python/pytest-env/pytest-env-0.6.2.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{8..9} )
28 +PYTHON_COMPAT=( python3_{8..10} )
29 inherit distutils-r1
30
31 DESCRIPTION="py.test plugin that allows you to add environment variables"