From 81a7f0a07a9eaa76d591af54e14a2fec4ab27804 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 16 Mar 2026 14:04:46 +0100 Subject: 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 --- gnu/packages/python-web.scm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gnu/packages/python-web.scm') 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: (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 -- cgit v1.2.3