mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cfn-lint: Skip one more test.
Seen in: <https://ci.guix.gnu.org/search?query=spec:master%20python-cfn-lint-1.28.0> * gnu/packages/python-web.scm (python-cfn-lint) [arguments] <test-flags>: Skip one more test. Change-Id: I9bf8dcfe49feb731892c7de223a3fae95aac10cc
This commit is contained in:
parent
f41821a2b1
commit
ee6ac8af5b
1 changed files with 3 additions and 1 deletions
|
@ -2174,15 +2174,17 @@ decode and default on encode.
|
|||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; tests: 1807 passed, 26 deselected, 1 warning
|
||||
#:test-flags
|
||||
#~(list "-k" (string-join
|
||||
(list
|
||||
;; Skip documentation tests.
|
||||
"not test_update_docs"
|
||||
;; Tests fail with error: AssertinError ...
|
||||
"test_module_integration"
|
||||
"test_parameter_for_autopublish_code_sha256"
|
||||
"test_sam_with_language_extension"
|
||||
"test_module_integration"
|
||||
"test_success_run"
|
||||
"test_templates"
|
||||
;; Test fails with error: diff error while comparing
|
||||
;; graphs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue