You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🔥 🔧 Remove/depreciated pkg_resource usage and other depreciated usage (#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]>
0 commit comments