Skip to content

Commit c44606e

Browse files
authored
Use pytest instead of py.test per upstream recommendation, #dropthedot (#183)
http://blog.pytest.org/2016/whats-new-in-pytest-30/ https://twitter.com/hashtag/dropthedot
1 parent 54b6660 commit c44606e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ passenv =
5454
# {posargs} can be passed in by additional arguments specified when invoking tox.
5555
# Can be used to specify which tests to run, e.g.: tox -- -s
5656
commands =
57-
coverage run --source sagemaker -m py.test {posargs}
57+
coverage run --source sagemaker -m pytest {posargs}
5858
{env:IGNORE_COVERAGE:} coverage report --fail-under=90 --omit */tensorflow/tensorflow_serving/*
5959
deps =
6060
pytest

0 commit comments

Comments
 (0)