Skip to content

Commit

Permalink
avoid pulling outdated container images in mototest make target
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-keller committed Jan 18, 2025
1 parent fb860e8 commit 753cbd9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ cov cover coverage: pre-commit
@echo "open file://`pwd`/htmlcov/index.html"

mototest:
docker pull alpine
docker pull lambci/lambda:python3.8
python -Wd -X tracemalloc=5 -X faulthandler -m pytest -vv -m "not localonly" -n auto --cov-report term --cov-report html --cov-report xml --cov=aiobotocore --cov=tests --log-cli-level=DEBUG $(FLAGS) aiobotocore tests
@echo "open file://`pwd`/htmlcov/index.html"

Expand Down

0 comments on commit 753cbd9

Please sign in to comment.