diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-16 09:33:52 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-16 09:34:26 +0300 |
commit | 7f8fd3de55f6af174ba251238ec308451d9ca752 (patch) | |
tree | dfd38427fdf1542f2a8cf804c835f6214ec2ae39 /dev-python | |
parent | dev-python/abydos: update LICENSE GPL-3 -> GPL-3+ (diff) | |
download | gentoo-7f8fd3de55f6af174ba251238ec308451d9ca752.tar.gz gentoo-7f8fd3de55f6af174ba251238ec308451d9ca752.tar.bz2 gentoo-7f8fd3de55f6af174ba251238ec308451d9ca752.zip |
dev-python/lunr: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/lunr/lunr-0.6.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/lunr/lunr-0.6.0.ebuild b/dev-python/lunr/lunr-0.6.0.ebuild index 6538993f5d0b..aa13347cd54e 100644 --- a/dev-python/lunr/lunr-0.6.0.ebuild +++ b/dev-python/lunr/lunr-0.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DOCS_BUILDER="mkdocs" @@ -27,6 +27,6 @@ BDEPEND=" distutils_enable_tests pytest -python_test() { - epytest --ignore tests/acceptance_tests -} +EPYTEST_DESELECT=( + tests/acceptance_tests +) |