diff options
Diffstat (limited to 'dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.10.0.ebuild')
-rw-r--r-- | dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.10.0.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
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/flask-sqlalchemy-3[${PYTHON_USEDEP}] dev-python/flask[${PYTHON_USEDEP}] dev-python/mock[${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 |