summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm13
1 files changed, 10 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 56f697bbd2..a7dc180d7e 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5569,12 +5569,19 @@ Services (AWS) API.")
(arguments
(list
#:test-flags
- ;; The resource leak tests use ps to check for memory consumption.
- '(list "--ignore=functional/botocore/leak/test_resource_leaks.py"
+ '(list ;; This version of prompt-toolkit has issues with awscli-2, see
+ ;; <https://github.com/aws/aws-cli/issues/9453#issuecomment-2822186530>.
+ "--ignore=functional/autoprompt/test_prompttoolkit.py"
+ ;; The resource leak tests use ps to check for memory consumption.
+ "--ignore=functional/botocore/leak/test_resource_leaks.py"
;; These tests complain about unavailable TLS certs.
"--ignore=functional/ec2instanceconnect/test_opentunnel.py"
;; These seem to require Internet access.
- "--ignore=unit/botocore/test_awsrequest.py")
+ "--ignore=unit/botocore/test_awsrequest.py"
+ ;; Flaky, something to do with PATH disappearing from os.environ?
+ ;; Passes when run on its own, so maybe something else is
+ ;; modifying this during the test run.
+ "--ignore=unit/customizations/emr/test_emr_utils.py")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'ignore-deprecations