@@ -212,8 +212,8 @@ test_encrypt_vectors_go:
212
212
go -C runtimes/go/ImplementationFromDafny-go run ImplementationFromDafny.go encrypt --manifest-path=.. --decrypt-manifest-path=..
213
213
214
214
test_encrypt_vectors_python :
215
- rm -rf runtimes/python/.tox
216
- python3 -m tox -c runtimes/python --verbose -e cli -- encrypt --manifest-path runtimes/python --decrypt-manifest-path runtimes/python
215
+ rm -rf runtimes/python/.tox
216
+ python3 -m tox -c runtimes/python --verbose -e cli -- encrypt --manifest-path runtimes/python --decrypt-manifest-path runtimes/python
217
217
218
218
test_decrypt_encrypt_vectors_java :
219
219
gradle -p runtimes/java run --args=" decrypt --manifest-path . --manifest-name decrypt-manifest.json"
@@ -239,8 +239,8 @@ test_decrypt_encrypt_vectors_go:
239
239
go -C runtimes/go/ImplementationFromDafny-go run ImplementationFromDafny.go decrypt --manifest-path=.. --manifest-name=decrypt-manifest.json
240
240
241
241
test_decrypt_encrypt_vectors_python :
242
- rm -rf runtimes/python/.tox
243
- python3 -m tox -c runtimes/python --verbose -e cli -- decrypt --manifest-path runtimes/python --manifest-name decrypt-manifest.json
242
+ rm -rf runtimes/python/.tox
243
+ python3 -m tox -c runtimes/python --verbose -e cli -- decrypt --manifest-path runtimes/python --manifest-name decrypt-manifest.json
244
244
245
245
_polymorph_dependencies :
246
246
@echo " No polymorphing of dependency"
@@ -260,7 +260,7 @@ _sed_index_file_add_extern:
260
260
PYTHON_MODULE_NAME =aws_encryption_sdk_test_vectors
261
261
262
262
TRANSLATION_RECORD_PYTHON := \
263
- --translation-record ../mpl/StandardLibrary/runtimes/python/src/smithy_dafny_standard_library/internaldafny/generated/dafny_src-py.dtr \
263
+ --translation-record ../mpl/StandardLibrary/runtimes/python/src/smithy_dafny_standard_library/internaldafny/generated/dafny_src-py.dtr \
264
264
--translation-record ../mpl/ComAmazonawsKms/runtimes/python/src/aws_cryptography_internal_kms/internaldafny/generated/dafny_src-py.dtr \
265
265
--translation-record ../mpl/ComAmazonawsDynamodb/runtimes/python/src/aws_cryptography_internal_dynamodb/internaldafny/generated/dafny_src-py.dtr \
266
266
--translation-record ../mpl/AwsCryptographyPrimitives/runtimes/python/src/aws_cryptography_primitives/internaldafny/generated/dafny_src-py.dtr \
0 commit comments