From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E63BE158020 for ; Sat, 15 Oct 2022 14:31:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E732E0937; Sat, 15 Oct 2022 14:31:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01A9CE0937 for ; Sat, 15 Oct 2022 14:31:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E8813410B6 for ; Sat, 15 Oct 2022 14:31:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B6F25F6 for ; Sat, 15 Oct 2022 14:31:26 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1665844279.8ef8692c559f35e804e8610e19682d9be0da4ea8.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aws-xray-sdk-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.10.0.ebuild X-VCS-Directories: dev-python/aws-xray-sdk-python/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8ef8692c559f35e804e8610e19682d9be0da4ea8 X-VCS-Branch: master Date: Sat, 15 Oct 2022 14:31:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9024680d-98d9-4bd4-b786-c5095d790d3d X-Archives-Hash: a864b825efb74a34567ae4813ab2cc11 commit: 8ef8692c559f35e804e8610e19682d9be0da4ea8 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sat Oct 15 14:30:25 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Oct 15 14:31:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef8692c dev-python/aws-xray-sdk-python: enable py3.11 Closes: https://bugs.gentoo.org/834563 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.10.0.ebuild | 9 +++++++-- 1 file 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/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