diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-03-16 14:04:15 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-18 14:36:19 +0100 |
| commit | 3caa9654a4e2590d74b892617ce41555eda5b3cf (patch) | |
| tree | 038e23175f5d17eb03bbe63de2039b5c07733c3b /gnu/packages/python-web.scm | |
| parent | e2a5cd6332ecb8825fd301703ff948e4668c853d (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.scm | 9 |
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 |
