removing pytest-sugar pending https://github.com/Frozenball/pytest-sugar/pull/133 #143
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
pytest
3.4.0
introduced a breaking change that brokepytest-sugar
. A fix is pending for that now, but turning it off for now a) because the PR is not merged and I don't want to block on their release cycle, and b) because most of why I addedpytest-sugar
in the first place (rolling % completion of test suite) was added intopytest
itself in3.3.0
.Also did a bit of minor cleanup of the test requirements:
coverage
will always be pulled in bypytest-cov
, so no need to specify that directly, and updating thepytest
version requirement to be consistent with https://github.com/awslabs/aws-encryption-sdk-python .