mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
394a19e0c8
commit
40392c4829
@@ -8486,14 +8486,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
|
||||
|
||||
Reference in New Issue
Block a user