Package Details: chalice 1.32.0-3

Git Clone URL: https://aur.archlinux.org/chalice.git (read-only, click to copy)
Package Base: chalice
Description: Python Serverless Microframework for AWS.
Upstream URL: https://github.com/aws/chalice
Keywords: aws
Licenses: Apache-2.0
Provides: python-chalice
Submitter: kylelaker
Maintainer: medaminezghal
Last Packager: medaminezghal
Votes: 2
Popularity: 0.030189
First Submitted: 2021-03-04 00:12 (UTC)
Last Updated: 2025-08-31 07:46 (UTC)

Latest Comments

medaminezghal commented on 2025-08-31 07:46 (UTC)

@bytemixer @rubin55 this should be fixed in the new version and the tests will passes even when the package isn't installed.

rubin55 commented on 2025-08-30 23:13 (UTC)

The errors @bytemixer encountered I encountered also, when chalice is not installed on the build host. This is a bug. The check() stage should work without chalice installed.

bytemixer commented on 2025-08-29 09:42 (UTC)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ========================================================= short test summary info ========================================================== FAILED tests/functional/test_local.py::test_can_import_env_vars - FileNotFoundError: [Errno 2] No such file or directory: 'chalice' FAILED tests/functional/test_local.py::test_can_reload_server - FileNotFoundError: [Errno 2] No such file or directory: 'chalice' FAILED tests/integration/test_cli.py::test_stack_trace_printed_on_error - FileNotFoundError: [Errno 2] No such file or directory: 'chalice' ============================ 3 failed, 1411 passed, 4 skipped, 35 deselected, 219 warnings in 68.38s (0:01:08) ============================= ==> ERROR: A failure occurred in check(). Aborting...