diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-03-16 14:04:15 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:37 +0100 |
| commit | d2c234911d7a4d5cc159ef66289254719d462f09 (patch) | |
| tree | 5bac6b2a30e48dd01f95ae6b92e1cedcf9a4f6b4 /gnu/packages/python-web.scm | |
| parent | aab86e7acf18bc13266be0f53b7c9d0b896906e0 (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 8adf2c88a78..aaefa7fc2a2 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.") | |||
| 8656 | #~(list "-k" | 8656 | #~(list "-k" |
| 8657 | (string-append | 8657 | (string-append |
| 8658 | "not .badssl.com" | 8658 | "not .badssl.com" |
| 8659 | " and not test_assert_fingerprint_in_cert_chain_failure")) | 8659 | " and not test_assert_fingerprint_in_cert_chain_failure")))) |
| 8660 | #:phases | ||
| 8661 | #~(modify-phases %standard-phases | ||
| 8662 | (add-after 'unpack 'fix-pytest-config | ||
| 8663 | (lambda _ | ||
| 8664 | ;; Drop test coverage requirements. | ||
| 8665 | (substitute* "setup.cfg" | ||
| 8666 | (("--cov(-[^ ]*)?=[^ ]*") "\n"))))))) | ||
| 8667 | (propagated-inputs (list python-certifi python-urllib3)) | 8660 | (propagated-inputs (list python-certifi python-urllib3)) |
| 8668 | (native-inputs (list nss-certs-for-test | 8661 | (native-inputs (list nss-certs-for-test |
| 8669 | python-aiohttp | 8662 | python-aiohttp |
