amrox / asdf-pyapp

A generic Python Application plugin the asdf version manager.
MIT License
58 stars 5 forks source link

add aws-sam-cli to supported apps #8

Closed tk3fftk closed 2 years ago

tk3fftk commented 2 years ago

I'd like to use aws-sam-cli with asdf. https://pypi.org/project/aws-sam-cli/

It has passed integration test in local env :pray:

✓ install with system python no asdf
✓ install with system python via asdf
✓ install with asdf python 3.8.10
✓ install with asdf python 3.5.10 system python 3.6
✓ install with asdf python 3.5.10 no system python3
✓ check $ASDF_PYAPP_DEFAULT_PYTHON_PATH works
✓ install with local python in direnv
✓ install with python plugin integration
✓ install with python plugin integration without python plugin installed
✓ install with asdf direnv no shims no global python
✓ install with asdf direnv no shims with global python
✓ check ASDF_PYAPP_VENV_COPY_MODE=1
✓ check app ansible latest
✓ check app awscli latest
✓ check app awsebcli latest
✓ check app aws-sam-cli latest
- check app black latest (skipped)
✓ check app black 21.5b2
✓ check app conan latest
✓ check app doit latest
✓ check app flake8 latest
✓ check app hy latest
✓ check app meson latest
✓ check app mypy latest
✓ check app pipenv latest
✓ check app salt latest
✓ check app sphinx latest

27 tests, 0 failures, 1 skipped 
amrox commented 2 years ago

@tk3fftk thank you for the contribution, and the README cleanup too!