From edc3bdd0f53aca7208169da923bad875e3f31c9d Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 26 May 2022 11:08:24 +0200 Subject: dev-python/parso: enable py3.11 Signed-off-by: Andrew Ammerlaan --- dev-python/parso/parso-0.8.3-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dev-python/parso') diff --git a/dev-python/parso/parso-0.8.3-r1.ebuild b/dev-python/parso/parso-0.8.3-r1.ebuild index 7aae84fd1c6c..8db1f3257f01 100644 --- a/dev-python/parso/parso-0.8.3-r1.ebuild +++ b/dev-python/parso/parso-0.8.3-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 @@ -28,4 +28,7 @@ distutils_enable_tests pytest EPYTEST_DESELECT=( # py3.10 changed exception messages test/test_python_errors.py::test_python_exception_matches + # With python3.11 this additional file is run by pytest, + # but it is not actually a test and thus fails + parso/python/token.py::parso.python.token.PythonTokenTypes ) -- cgit v1.2.3-65-gdbad