guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 1eded77781c91edc9ba55bfa0bf3b612da449f4a
Author: Sharlatan Hellseher <[email protected]>
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 79dc3acddb..c230ca5f01 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1963,7 +1963,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.
@@ -1981,11 +1984,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
@@ -2002,7 +2001,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