Skip to content

Commit e91838f

Browse files
Shubham ChaturvediShubham Chaturvediseebees
authored
fix: Use FORBID_ENCRYPT_ALLOW_DECRYPT policy for decrypt oracle (aws#538)
* fix: Use FORBID_ENCRYPT_ALLOW_DECRYPT policy for decrypt oracle * fix: pin tox version < 4.0 * Update decrypt_oracle/src/aws_encryption_sdk_decrypt_oracle/app.py Co-authored-by: seebees <[email protected]> * fix: change forward-slashes to pound for comment * fix: linting issue - ran autoformatter Co-authored-by: Shubham Chaturvedi <[email protected]> Co-authored-by: seebees <[email protected]>
1 parent 2822364 commit e91838f

File tree

19 files changed

+23
-20
lines changed

19 files changed

+23
-20
lines changed

codebuild/coverage/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ phases:
1010
python: latest
1111
build:
1212
commands:
13-
- pip install tox
13+
- pip install "tox < 4.0"
1414
- tox

codebuild/py310/awses_local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ phases:
2222
commands:
2323
- pyenv install 3.10.0
2424
- pyenv local 3.10.0
25-
- pip install tox tox-pyenv
25+
- pip install "tox < 4.0"
2626
- cd test_vector_handlers
2727
- tox

codebuild/py310/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ phases:
2020
commands:
2121
- pyenv install 3.10.0
2222
- pyenv local 3.10.0
23-
- pip install tox tox-pyenv
23+
- pip install "tox < 4.0"
2424
- tox

codebuild/py310/integ.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ phases:
2020
commands:
2121
- pyenv install 3.10.0
2222
- pyenv local 3.10.0
23-
- pip install tox tox-pyenv
23+
- pip install "tox < 4.0"
2424
- tox

codebuild/py37/awses_local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ phases:
2222
commands:
2323
- pyenv install 3.7.12
2424
- pyenv local 3.7.12
25-
- pip install tox tox-pyenv
25+
- pip install "tox < 4.0"
2626
- cd test_vector_handlers
2727
- tox

codebuild/py37/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ phases:
2020
commands:
2121
- pyenv install 3.7.12
2222
- pyenv local 3.7.12
23-
- pip install tox tox-pyenv
23+
- pip install "tox < 4.0"
2424
- tox

codebuild/py37/integ.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ phases:
2020
commands:
2121
- pyenv install 3.7.12
2222
- pyenv local 3.7.12
23-
- pip install tox tox-pyenv
23+
- pip install "tox < 4.0"
2424
- tox

codebuild/py38/awses_local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ phases:
2222
commands:
2323
- pyenv install 3.8.12
2424
- pyenv local 3.8.12
25-
- pip install tox tox-pyenv
25+
- pip install "tox < 4.0"
2626
- cd test_vector_handlers
2727
- tox

codebuild/py38/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ phases:
2020
commands:
2121
- pyenv install 3.8.12
2222
- pyenv local 3.8.12
23-
- pip install tox tox-pyenv
23+
- pip install "tox < 4.0"
2424
- tox

codebuild/py38/integ.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ phases:
2020
commands:
2121
- pyenv install 3.8.12
2222
- pyenv local 3.8.12
23-
- pip install tox tox-pyenv
23+
- pip install "tox < 4.0"
2424
- tox

0 commit comments

Comments
 (0)