Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@wangsha
Copy link
Owner

@wangsha wangsha commented May 28, 2025

Description

GitHub Issues

wangsha and others added 30 commits October 17, 2022 17:51
next: delete policy
added setting test
fix linting error
* Add Support for Graviton 2 / ARM Architecture

* Changed parameter in README to architecture

* Removed redundant blank line

* Bugfix + black compliance

* Fix: architecture argument not used properly

* Fixed black compliance

* Fixed architecture label for wheels, added check for invalid architecture

* Testing architecture

* Added tests for ARM64 architecture

* Only allow ARM64 arch if Python version >= 3.8

* Removed redundant references to architecture

* Removed redundant references to architecture

* Added test for default architecture setting

* added .pre-commit hook for black-check and isort-check

* Fixed test failure  in Python 3.7

* 🔧 re-work regex for abi3

* 🔧 fix Zappa.create_lambda_function to pass a list to 'Architectures' in `create_function()` call.

* 🐛 fix typo in json

---------

Co-authored-by: DS992 <>
Co-authored-by: Gabor Schulz <[email protected]>
Co-authored-by: shane <[email protected]>
monkut and others added 2 commits June 16, 2025 13:40
…zappa#1384)

* Add Support for Graviton 2 / ARM Architecture

* Changed parameter in README to architecture

* Removed redundant blank line

* Bugfix + black compliance

* Fix: architecture argument not used properly

* Fixed black compliance

* Fixed architecture label for wheels, added check for invalid architecture

* Testing architecture

* Added tests for ARM64 architecture

* Only allow ARM64 arch if Python version >= 3.8

* Removed redundant references to architecture

* Removed redundant references to architecture

* Added test for default architecture setting

* added .pre-commit hook for black-check and isort-check

* Fixed test failure  in Python 3.7

* 🔧 re-work regex for abi3

* 🔧 fix Zappa.create_lambda_function to pass a list to 'Architectures' in `create_function()` call.

* 🔧 replace usage of os.listdir()/os.path.join() with pathlib.Path object usage.
✅ update

* :whtie_check_mark: Update `test_copy_editable_packages` testcase for update to use Path objects

* 🔥 remove unnecessary comments

* 🔧 replace (depreciated) click.BaseCommand usage with click.Command

* 🔥 remove bad json 'comma'

* 🔧 fix typeerror 'list' object is not callable in `get_deps_list()`
🔧 replace datetime.utcnow() -> datetime.now(timezone.utc)

* 🔧 fix bad reference in get_deps_list()

* 🔧 update ci.yml to use pipenv in place of manual venv creation/prep in attempt to resolve `Run .venv/bin/coveralls --service=github` ImportError: cannot import name 'Reporter' from 'coverage.report' error.

* 🔧 add install `pipenv` step to ci.yml

* 🔧 refactor `test_zappa_init` and `cli.py` to allow cleaner mocking of ZappaCLI user inputs.

* Update tests/tests.py

add clear prefix for temporarydirectory

Co-authored-by: Copilot <[email protected]>

* 🔧 replace os.path related items with pathlib Path usage
🔧 change print() to LOG statement

* 🔧 attempt to resolve coveralls error

* 🔧 attempt to migrate to coveralls github action

* 🔧 add carryforward

* 🔧 explicitly set github-token for coverallapp/github-action

* 🔧 turn on coverallsapp/github-action@v2 debug

* 🔧 add --cov-report=xml in Makefile tests command
🔧 add `format: python` to ci.yml for coveralls

* 🔧 change coveralls format from python -> cobertura

* 🔧 add missing line-feed slash

* 🔥 remove commented out "old coveralls support"

---------

Co-authored-by: DS992 <>
Co-authored-by: Gabor Schulz <[email protected]>
Co-authored-by: shane <[email protected]>
Co-authored-by: Copilot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants