summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-03-16 14:04:15 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-18 14:36:19 +0100
commit3caa9654a4e2590d74b892617ce41555eda5b3cf (patch)
tree038e23175f5d17eb03bbe63de2039b5c07733c3b /gnu/packages/python-web.scm
parente2a5cd6332ecb8825fd301703ff948e4668c853d (diff)
gnu: python-elastic-transport: Drop phase 'fix-pytest-config.
* gnu/packages/python-web.scm (python-elastic-transport) [arguments]<#:phases>: Drop phase 'fix-pytest-config. Change-Id: I70ea2632e8b43fdd3d81a3985a09c2fd187e375a Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm9
1 files changed, 1 insertions, 8 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 8adf2c88a7..aaefa7fc2a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8656,14 +8656,7 @@ jspacker or CSS tidy. It also supports URL rewriting in CSS files.")
#~(list "-k"
(string-append
"not .badssl.com"
- " and not test_assert_fingerprint_in_cert_chain_failure"))
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'fix-pytest-config
- (lambda _
- ;; Drop test coverage requirements.
- (substitute* "setup.cfg"
- (("--cov(-[^ ]*)?=[^ ]*") "\n")))))))
+ " and not test_assert_fingerprint_in_cert_chain_failure"))))
(propagated-inputs (list python-certifi python-urllib3))
(native-inputs (list nss-certs-for-test
python-aiohttp