Skip to content

Commit 399795a

Browse files
authored
Merge pull request #1268 from jakob-keller/lambda-ci
Avoid pulling outdated container images in `mototest` make target
2 parents 4e9869b + 44e3c89 commit 399795a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ cov cover coverage: pre-commit
1717
@echo "open file://`pwd`/htmlcov/index.html"
1818

1919
mototest:
20-
docker pull alpine
21-
docker pull lambci/lambda:python3.8
2220
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
2321
@echo "open file://`pwd`/htmlcov/index.html"
2422

0 commit comments

Comments
 (0)