summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-03-16 14:04:46 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:14:37 +0100
commit81a7f0a07a9eaa76d591af54e14a2fec4ab27804 (patch)
tree665a80235b05d1244ccd6f0d0a267bc25a4f4b7e /gnu/packages/python-web.scm
parentd2c234911d7a4d5cc159ef66289254719d462f09 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index aaefa7fc2a2..8ee2980f321 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -10420,10 +10420,6 @@ Plus all the standard features of requests:
10420 (sha256 10420 (sha256
10421 (base32 "0zliqd1rkvc0mjppscvqmg8j17hsiwvxn439yhn6qbjvk5ydncz8")))) 10421 (base32 "0zliqd1rkvc0mjppscvqmg8j17hsiwvxn439yhn6qbjvk5ydncz8"))))
10422 (build-system pyproject-build-system) 10422 (build-system pyproject-build-system)
10423 (arguments
10424 (list
10425 ;; XXX: Avoids python-pytest-cov dependency.
10426 #:test-flags #~(list "-c" "/dev/null")))
10427 (native-inputs 10423 (native-inputs
10428 (list python-pytest 10424 (list python-pytest
10429 python-pytest-asyncio 10425 python-pytest-asyncio