File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -43,21 +43,13 @@ require-code = True
4343
4444[testenv]
4545passenv =
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
5952commands =
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
6355extras = test
@@ -100,11 +92,7 @@ commands =
10092
10193[testenv:slow-tests]
10294passenv =
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
You can’t perform that action at this time.
0 commit comments