Skip to content

Commit 8a99e83

Browse files
Merge pull request #143 from mattsb42-aws/sugar
removing pytest-sugar pending Teemu/pytest-sugar#133
2 parents e6bf0f1 + 924e086 commit 8a99e83

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ passenv =
2828
sitepackages = False
2929
deps =
3030
mock
31-
pytest>3.3.0
31+
pytest>=3.3.1
3232
pytest-cov
3333
pytest-mock
34-
pytest-sugar
35-
coverage
3634
commands =
3735
local: pytest --cov aws_encryption_sdk_cli -m local -l {posargs}
3836
integ: pytest --cov aws_encryption_sdk_cli -m integ -l {posargs}

0 commit comments

Comments
 (0)