We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e9869b + 44e3c89 commit 399795aCopy full SHA for 399795a
Makefile
@@ -17,8 +17,6 @@ cov cover coverage: pre-commit
17
@echo "open file://`pwd`/htmlcov/index.html"
18
19
mototest:
20
- docker pull alpine
21
- docker pull lambci/lambda:python3.8
22
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
23
24
0 commit comments