Skip to content

Commit ff4fedf

Browse files
committed
tox.ini cleanup
1 parent e466a96 commit ff4fedf

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

tox.ini

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,13 @@ require-code = True
4343

4444
[testenv]
4545
passenv =
46-
AWS_ACCESS_KEY_ID
47-
AWS_SECRET_ACCESS_KEY
48-
AWS_SESSION_TOKEN
49-
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
50-
AWS_DEFAULT_REGION
46+
AWS_*
5147
SAGEMAKER_ENDPOINT
5248
CODECOV_UPLOAD_TOKEN
5349
COVERAGE_FILE
54-
whitelist_externals =
55-
echo
56-
codecov
5750
# {posargs} can be passed in by additional arguments specified when invoking tox.
5851
# Can be used to specify which tests to run, e.g.: tox -- -s
5952
commands =
60-
echo running env: {envname}
6153
coverage run --source smexperiments -m pytest {posargs} -m "not slow"
6254
{env:IGNORE_COVERAGE:} coverage report --fail-under=95
6355
extras = test
@@ -100,11 +92,7 @@ commands =
10092

10193
[testenv:slow-tests]
10294
passenv =
103-
AWS_ACCESS_KEY_ID
104-
AWS_SECRET_ACCESS_KEY
105-
AWS_SESSION_TOKEN
106-
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
107-
AWS_DEFAULT_REGION
95+
AWS_*
10896
SAGEMAKER_ENDPOINT
10997
# {posargs} can be passed in by additional arguments specified when invoking tox.
11098
# Can be used to specify which tests to run, e.g.: tox -- -s

0 commit comments

Comments
 (0)