dev-python/jsonref: Enable py3.10

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-06-05 16:11:09 +02:00
parent c0b79dc6fc
commit cc2f915e5e

View File

@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -19,5 +19,5 @@ KEYWORDS="~amd64"
distutils_enable_tests pytest
python_test() {
pytest -vv tests.py || die
epytest tests.py
}