summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-19 16:14:48 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-20 16:18:49 +0100
commitcf01a0fc15c10b549749e29317460fc07782fc55 (patch)
treecf2c306ce5930792827a6c973aa577d372a9b40c /gnu/packages/python-web.scm
parentb6ab59c0484c3dc08fb5f3a9d441b85ae7a29527 (diff)
gnu: python-cfn-lint: Reduce closure size.
* gnu/packages/python-web.scm (python-cfn-lint)[arguments] <test-flags>: Skip optional test. [propagated-inputs]: Remove python-jschema-to-python and python-sarif-om. Change-Id: I0eb5d4d852602773f73234c13b58541d03afaae9
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 16bd275b82..548ff576b1 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2195,7 +2195,9 @@ decode and default on encode.
(list "not test_build_graph"
"test_good_template"
"test_success_run"
- "test_update_docs")
+ "test_update_docs"
+ ;; ImportError: Missing optional dependencies sarif
+ "test_sarif_formatter")
" and not "))
#:phases
#~(modify-phases %standard-phases
@@ -2218,9 +2220,7 @@ decode and default on encode.
python-sympy
python-typing-extensions
;; [optional]
- python-jschema-to-python
- python-junit-xml
- python-sarif-om))
+ python-junit-xml))
(home-page "https://github.com/aws-cloudformation/cfn-lint")
(synopsis "Validate CloudFormation templates")
(description