We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b6660 commit c44606eCopy full SHA for c44606e
tox.ini
@@ -54,7 +54,7 @@ passenv =
54
# {posargs} can be passed in by additional arguments specified when invoking tox.
55
# Can be used to specify which tests to run, e.g.: tox -- -s
56
commands =
57
- coverage run --source sagemaker -m py.test {posargs}
+ coverage run --source sagemaker -m pytest {posargs}
58
{env:IGNORE_COVERAGE:} coverage report --fail-under=90 --omit */tensorflow/tensorflow_serving/*
59
deps =
60
pytest
0 commit comments