From 8ef8692c559f35e804e8610e19682d9be0da4ea8 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sat, 15 Oct 2022 16:30:25 +0200 Subject: dev-python/aws-xray-sdk-python: enable py3.11 Closes: https://bugs.gentoo.org/834563 Signed-off-by: Andrew Ammerlaan --- dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.10.0.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'dev-python/aws-xray-sdk-python') diff --git a/dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.10.0.ebuild b/dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.10.0.ebuild index fa39672112ff..6d0cb2cf98e6 100644 --- a/dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.10.0.ebuild +++ b/dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.10.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 @@ -29,7 +29,7 @@ RDEPEND=" BDEPEND=" test? ( dev-python/bottle[${PYTHON_USEDEP}] - dev-python/flask-sqlalchemy[${PYTHON_USEDEP}] + =dev-python/sqlalchemy-1.4[${PYTHON_USEDEP}] @@ -57,6 +57,11 @@ python_test() { tests/test_patcher.py::test_external_submodules_ignores_module # benchmark tests/test_local_sampling_benchmark.py + # Fails, probably because above is ignored + tests/test_async_local_storage.py::test_localstorage_isolation + tests/test_async_recorder.py::test_capture + tests/test_async_recorder.py::test_concurrent_calls + tests/test_async_recorder.py::test_async_context_managers ) local EPYTEST_IGNORE=( # unpackaged deps -- cgit v1.2.3