Skip to content

Commit 03baa49

Browse files
committed
reorganize backwards compatibility test requirements definitions
attrs==19.2.0 removed a deprecated feature that aws-encryption-sdk==1.3.3 depended on. This reorganization lets us define specific requirements bounds for old versions of aws-encryption-sdk that will probably continue to be necessary as these old versions age.
1 parent 8fe12cc commit 03baa49

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
aws-encryption-sdk==1.3.3
2+
attrs<19.2.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
aws-encryption-sdk >= 1.3.3, < 1.4.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
aws-encryption-sdk

test_vector_handlers/tox.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ passenv =
4646
sitepackages = False
4747
deps =
4848
-rtest/requirements.txt
49-
awses_1.3.3: aws-encryption-sdk==1.3.3
50-
awses_1.3.max: aws-encryption-sdk >= 1.3.3, < 1.4.0
51-
awses_latest: aws-encryption-sdk
49+
awses_1.3.3: -rcompatibility-requirements/1.3.3
50+
awses_1.3.max: -rcompatibility-requirements/1.3.max
51+
awses_latest: -rcompatibility-requirements/latest
5252
commands = {[testenv:base-command]commands}
5353

5454
[testenv:full-encrypt]

0 commit comments

Comments
 (0)