Skip to content

Commit 773919c

Browse files
ShubhamChaturvedi7Shubham Chaturvedi
andauthored
ci(api_compatibility): add version 4.2.0 (#358)
* chore: Drop py36 from changelog * fix: tox dependency < 4.0 * fix: adds api_compatibility_tests for 4.2.0 Co-authored-by: Shubham Chaturvedi <[email protected]>
1 parent 7ed9eb5 commit 773919c

File tree

2 files changed

+3
-1
lines changed
  • api_compatibility_tests

2 files changed

+3
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
aws-encryption-sdk-cli==4.2.0

api_compatibility_tests/tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{3,38}-awses_cli_{1.7.0,1.8.0,1.9.0,2.0.0,2.1.0,2.2.0,3.0.0,3.1.0,3.1.2,4.0.0,4.1.0}
3+
py{3,38}-awses_cli_{1.7.0,1.8.0,1.9.0,2.0.0,2.1.0,2.2.0,3.0.0,3.1.0,3.1.2,4.0.0,4.1.0,4.2.0}
44

55
[testenv:base-command]
66
commands = pytest --basetemp={envtmpdir} -l test/ {posargs}
@@ -36,6 +36,7 @@ deps =
3636
awses_cli_3.1.2: -rcompatibility-requirements/3.1.2
3737
awses_cli_4.0.0: -rcompatibility-requirements/4.0.0
3838
awses_cli_4.1.0: -rcompatibility-requirements/4.1.0
39+
awses_cli_4.2.0: -rcompatibility-requirements/4.2.0
3940
awses_cli_local: -e {env:AWSES_CLI_LOCAL_PATH}
4041
commands =
4142
{[testenv:base-command]commands}

0 commit comments

Comments
 (0)