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
43
43
44
44
[testenv]
45
45
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_*
51
47
SAGEMAKER_ENDPOINT
52
48
CODECOV_UPLOAD_TOKEN
53
49
COVERAGE_FILE
54
- whitelist_externals =
55
- echo
56
- codecov
57
50
# {posargs} can be passed in by additional arguments specified when invoking tox.
58
51
# Can be used to specify which tests to run, e.g.: tox -- -s
59
52
commands =
60
- echo running env: {envname}
61
53
coverage run --source smexperiments -m pytest {posargs} -m " not slow"
62
54
{env:IGNORE_COVERAGE:} coverage report --fail-under =95
63
55
extras = test
@@ -100,11 +92,7 @@ commands =
100
92
101
93
[testenv:slow-tests]
102
94
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_*
108
96
SAGEMAKER_ENDPOINT
109
97
# {posargs} can be passed in by additional arguments specified when invoking tox.
110
98
# 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