The .coverage file gets built in the Makefile even if pytest running under tox fails. Note the .coverage file is built by the coverage tool. This causes the Makefile to not rerun failed tests because .coverage exists. This almost certainly effects awscli-login as well.
The
.coveragefile gets built in the Makefile even if pytest running under tox fails. Note the.coveragefile is built by the coverage tool. This causes the Makefile to not rerun failed tests because .coverage exists. This almost certainly effects awscli-login as well.