Skip to content

Commit 27d38e9

Browse files
committed
remove commas on passenv variables
1 parent 4734c56 commit 27d38e9

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

tox.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,19 @@ commands = pytest --basetemp={envtmpdir} -l {posargs}
6363
[testenv]
6464
passenv =
6565
# Identifies AWS KMS key id to use in integration tests
66-
AWS_ENCRYPTION_SDK_PYTHON_INTEGRATION_TEST_AWS_KMS_KEY_ID, \
66+
AWS_ENCRYPTION_SDK_PYTHON_INTEGRATION_TEST_AWS_KMS_KEY_ID \
6767
# Identifies a second AWS KMS key id to use in integration tests
68-
AWS_ENCRYPTION_SDK_PYTHON_INTEGRATION_TEST_AWS_KMS_KEY_ID_2, \
68+
AWS_ENCRYPTION_SDK_PYTHON_INTEGRATION_TEST_AWS_KMS_KEY_ID_2 \
6969
# Identifies AWS KMS MRK key id to use in integration tests
70-
AWS_ENCRYPTION_SDK_PYTHON_INTEGRATION_TEST_AWS_KMS_MRK_KEY_ID_1, \
70+
AWS_ENCRYPTION_SDK_PYTHON_INTEGRATION_TEST_AWS_KMS_MRK_KEY_ID_1 \
7171
# Identifies a related AWS KMS MRK key id to use in integration tests
72-
AWS_ENCRYPTION_SDK_PYTHON_INTEGRATION_TEST_AWS_KMS_MRK_KEY_ID_2, \
72+
AWS_ENCRYPTION_SDK_PYTHON_INTEGRATION_TEST_AWS_KMS_MRK_KEY_ID_2 \
7373
# Pass through AWS credentials
74-
AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN, \
74+
AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_SESSION_TOKEN \
7575
# AWS Role access in CodeBuild is via the contaner URI
76-
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI, \
76+
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI \
7777
# Pass through AWS profile name (useful for local testing)
78-
AWS_PROFILE, \
78+
AWS_PROFILE \
7979
# Pass through custom pip config file settings
8080
PIP_CONFIG_FILE
8181
sitepackages = False

0 commit comments

Comments
 (0)