Skip to content

Commit 7569fb9

Browse files
committed
test
1 parent 9d8b1a5 commit 7569fb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

+1-2
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,12 @@ passenv =
5757
AWS_SESSION_TOKEN
5858
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
5959
AWS_DEFAULT_REGION
60-
6160
# {posargs} can be passed in by additional arguments specified when invoking tox.
6261
# Can be used to specify which tests to run, e.g.: tox -- -s
6362
commands =
6463
coverage run --source sagemaker -m pytest {posargs}
6564
{env:IGNORE_COVERAGE:} coverage report --fail-under=86
66-
extras = test
65+
deps = .[test]
6766

6867
[testenv:flake8]
6968
basepython = python3

0 commit comments

Comments
 (0)