Search Criteria
Package Details: chalice 1.32.0-3
Package Actions
| 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) |
Dependencies (25)
- python
- python-botocore (python-botocore-gitAUR)
- python-click
- python-inquirerAUR
- python-jmespath
- python-pip
- python-pyyaml (python-yaml-gitAUR, python-yaml)
- python-setuptools
- python-six
- python-wheel
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-boto3 (python-boto3-gitAUR) (check)
- python-hypothesis (check)
- python-pytest (check)
- python-requests (check)
- python-websocket-client (check)
- python-aws-cdk-lib (optional) – cdkv2
- Show 5 more dependencies...
Required by (4)
- python-aioboto3 (check)
- python-aioboto3 (optional)
- python-lia-web (requires python-chalice) (optional)
- python-strawberry-graphql (requires python-chalice) (optional)
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 withoutchaliceinstalled.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...