We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4177fc commit f8876fbCopy full SHA for f8876fb
test_vector_handlers/tox.ini
@@ -51,6 +51,9 @@ deps =
51
-rtest/requirements.txt
52
# Install the MPL requirements if the `-mpl` suffix is present
53
mpl: -rrequirements_mpl.txt
54
+ # This is the filepath used in ESDK-Python's integration tests.
55
+ # You may need to change this to run this project locally.
56
+ mpl: scripts/aws-cryptographic-material-providers-library/TestVectorsAwsCryptographicMaterialProviders/runtimes/python
57
..
58
commands =
59
awses_local: {[testenv:base-command]commands}
0 commit comments