mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
39fdf01c71
commit
730ca50d6e
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue