diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 5ef1782dc5..c78af1a279 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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. |