Skip to content

Commit 133a34e

Browse files
committed
infra: fix tox test dependencies and bump coverage threshold to 86%
1 parent 0ed415f commit 133a34e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tox.ini

+2-3
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,12 @@ passenv =
5858
AWS_SESSION_TOKEN
5959
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
6060
AWS_DEFAULT_REGION
61-
6261
# {posargs} can be passed in by additional arguments specified when invoking tox.
6362
# Can be used to specify which tests to run, e.g.: tox -- -s
6463
commands =
6564
coverage run --source sagemaker -m pytest {posargs}
66-
{env:IGNORE_COVERAGE:} coverage report --fail-under=85 --omit */tensorflow/tensorflow_serving/*
67-
extras = test
65+
{env:IGNORE_COVERAGE:} coverage report --fail-under=86 --omit */tensorflow/tensorflow_serving/*
66+
deps = .[test]
6867

6968
[testenv:flake8]
7069
basepython = python3

0 commit comments

Comments
 (0)