guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit e2d81d1a7c9f2f1eb063f8f9ba800f6ed40c7272
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 14:04:46 2026 +0100
gnu: python-httpx-sse: Drop phase 'fix-pytest-config.
* gnu/packages/python-web.scm (python-httpx-sse)[arguments]<#:phases>:
Drop phase 'fix-pytest-config.
Change-Id: I29167f13b75a56369e3ce886499b6589206ae9a7
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-web.scm | 4 ----
1 file changed, 4 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index a6d1133182..59027c6b2a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -10156,10 +10156,6 @@ Plus all the standard features of requests:
(sha256
(base32 "0zliqd1rkvc0mjppscvqmg8j17hsiwvxn439yhn6qbjvk5ydncz8"))))
(build-system pyproject-build-system)
- (arguments
- (list
- ;; XXX: Avoids python-pytest-cov dependency.
- #:test-flags #~(list "-c" "/dev/null")))
(native-inputs
(list python-pytest
python-pytest-asyncio