Skip to content

Commit 924e086

Browse files
committed
removing pytest-sugar pending Teemu/pytest-sugar#133
1 parent e6bf0f1 commit 924e086

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)