Skip to content

Commit 70e5809

Browse files
authored
chore: Enable local testing (#1282)
1 parent 2ac1f9c commit 70e5809

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

AwsCryptographicMaterialProviders/runtimes/python/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ readme = "README.rst"
1313

1414
[tool.poetry.dependencies]
1515
python = "^3.11.0"
16-
aws-cryptography-internal-standard-library = "1.9.0"
17-
aws-cryptography-internal-kms = "1.9.0"
18-
aws-cryptography-internal-dynamodb = "1.9.0"
19-
aws-cryptography-internal-primitives = "1.9.0"
16+
aws-cryptography-internal-standard-library = {path = "../../../StandardLibrary/runtimes/python"}
17+
aws-cryptography-internal-kms = {path = "../../../ComAmazonawsKms/runtimes/python"}
18+
aws-cryptography-internal-dynamodb = {path = "../../../ComAmazonawsDynamodb/runtimes/python"}
19+
aws-cryptography-internal-primitives = {path = "../../../AwsCryptographyPrimitives/runtimes/python"}
2020

2121
# Package testing
2222

AwsCryptographyPrimitives/runtimes/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include = ["**/internaldafny/generated/*.py"]
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.11.0"
15-
aws-cryptography-internal-standard-library = "1.9.0"
15+
aws-cryptography-internal-standard-library = {path = "../../../StandardLibrary/runtimes/python"}
1616
cryptography = "^43.0.1"
1717

1818
# Package testing

ComAmazonawsDynamodb/runtimes/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include = ["**/internaldafny/generated/*.py"]
1313
[tool.poetry.dependencies]
1414
python = "^3.11.0"
1515
boto3 = "^1.35.42"
16-
aws-cryptography-internal-standard-library = "1.9.0"
16+
aws-cryptography-internal-standard-library = {path = "../../../StandardLibrary/runtimes/python"}
1717
# Package testing
1818

1919
[tool.poetry.group.test]

ComAmazonawsKms/runtimes/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include = ["**/internaldafny/generated/*.py"]
1313
[tool.poetry.dependencies]
1414
python = "^3.11.0"
1515
boto3 = "^1.35.42"
16-
aws-cryptography-internal-standard-library = "1.9.0"
16+
aws-cryptography-internal-standard-library = {path = "../../../StandardLibrary/runtimes/python"}
1717

1818
# Package testing
1919

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# And the Dotnet projects include and parse this file.
88
dafnyVersion=4.9.0
99
dafnyVerifyVersion=4.9.0
10-
mplVersion=1.9.0
10+
mplVersion=1.9.0-SNAPSHOT

0 commit comments

Comments
 (0)