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/lunr/
Date: Thu, 16 Sep 2021 06:34:46
Message-Id: 1631774066.7f8fd3de55f6af174ba251238ec308451d9ca752.arthurzam@gentoo
1 commit: 7f8fd3de55f6af174ba251238ec308451d9ca752
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 16 06:33:52 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 16 06:34:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f8fd3de
7
8 dev-python/lunr: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/lunr/lunr-0.6.0.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/lunr/lunr-0.6.0.ebuild b/dev-python/lunr/lunr-0.6.0.ebuild
16 index 6538993f5d0..aa13347cd54 100644
17 --- a/dev-python/lunr/lunr-0.6.0.ebuild
18 +++ b/dev-python/lunr/lunr-0.6.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{7..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25
26 DOCS_BUILDER="mkdocs"
27
28 @@ -27,6 +27,6 @@ BDEPEND="
29
30 distutils_enable_tests pytest
31
32 -python_test() {
33 - epytest --ignore tests/acceptance_tests
34 -}
35 +EPYTEST_DESELECT=(
36 + tests/acceptance_tests
37 +)