mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
Skips two failing tests with the awscli-2 package, which have been failing the build recently. The first one is related to the version of prompt-toolkit that's being used as an input. Upstream doesn't support some of the later versions, however this doesn't seem to cause any visible problems right now apart from the test failing, at least on aarch64. The other issue is due to `os.environ["PATH"]` throwing a KeyError once in a while, seems like this test is being affected by some other test since running it in isolation works for me. See <https://ci.guix.gnu.org/build/10641072/log> for an example. * gnu/packages/python-web.scm (awscli-2)[arguments]<#:test-flags>: Skip failing prompt-toolkit tests, likewise for emrutils. Change-Id: Ia36aebccb2bd2f97d9c32a1a35a5fb5139c23330 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>