guix_mirror_bot pushed a commit to branch python-team in repository guix. commit f22ff74c7fe0e9f5509c751baf88805c0a72b89d Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Fri Jul 18 14:28:26 2025 +0100
gnu: python-aws-xray-sdk: Fix build. * gnu/packages/python-web.scm (python-aws-xray-sdk): [native-inputs]: Remove python-pytest-asyncio; add python-pytest-asyncio-0.26. Change-Id: I0a9ec77851a646d706beaf259f7b575c5979486a --- gnu/packages/python-web.scm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 7811aff82d..0dfa2df58b 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1893,7 +1893,10 @@ Model} (SAM) templates into AWS CloudFormation templates.") (list #:test-flags '(list ;; Tries to connect to external network resources + "--ignore=tests/ext/aiohttp/test_client.py" + "--ignore=tests/ext/httplib/test_httplib.py" "--ignore=tests/ext/httpx" + "--ignore=tests/ext/requests/test_requests.py" ;; TODO: How to configure Django for these tests? "--ignore=tests/ext/django" ;; These tests require packages not yet in Guix. @@ -1911,11 +1914,7 @@ Model} (SAM) templates into AWS CloudFormation templates.") "--ignore=tests/ext/flask_sqlalchemy/test_query.py" ;; FIXME: Why is this failing? "--ignore=tests/test_patcher.py" - "--ignore=tests/test_lambda_context.py" - ;; These tests want to access httpbin.org. - "--ignore=tests/ext/requests/test_requests.py" - "--ignore=tests/ext/httplib/test_httplib.py" - "--ignore=tests/ext/aiohttp/test_client.py") + "--ignore=tests/test_lambda_context.py") #:phases '(modify-phases %standard-phases (add-before 'check 'pre-check @@ -1932,7 +1931,7 @@ Model} (SAM) templates into AWS CloudFormation templates.") python-pymysql python-pytest python-pytest-aiohttp - python-pytest-asyncio + python-pytest-asyncio-0.26 python-pytest-benchmark python-requests python-sqlalchemy