Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/testrepository/
Date: Sat, 09 Oct 2021 06:44:13
Message-Id: 1633747806.1a7250b154b5c8b8f27f4108d0cd0b457f4ab3fd.arthurzam@gentoo
1 commit: 1a7250b154b5c8b8f27f4108d0cd0b457f4ab3fd
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 9 02:44:55 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 02:50:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a7250b1
7
8 dev-python/testrepository: enable py3.10, py3.9, pypy3
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/testrepository/testrepository-0.0.20-r200.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/testrepository/testrepository-0.0.20-r200.ebuild b/dev-python/testrepository/testrepository-0.0.20-r200.ebuild
16 index 4a7be62bb..cbbca339e 100644
17 --- a/dev-python/testrepository/testrepository-0.0.20-r200.ebuild
18 +++ b/dev-python/testrepository/testrepository-0.0.20-r200.ebuild
19 @@ -64,7 +64,7 @@ EPYTEST_DESELECT=(
20 testrepository/tests/commands/test_run.py::TestReturnCodeToSubunit::test_returncode_nonzero_fail_appended_to_content
21 testrepository/tests/ui/test_cli.py::TestCLIUI::test_dash_dash_help_shows_help
22 )
23 -PYTHON_COMPAT=( python3_8 )
24 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
25 PYTHON_REQ_USE="threads(+)"
26
27 inherit distutils-r1