Poetry PR related fix for Issue 2459 #727
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ACA-PY Issue 2459 - tests failing
Addressing the failing tests in AATH after the move to
poetry
(see PR 2436). The issue is notpoetry
or the set of depedency changes, but rather the elimination ofbin/acapy
shell script and it's removal from the dependency installation (usingpip
orpoetry
). The script is no longer needed in the base images andacapy
is started by other means. However, AATH is expecting that script and references it directly in the backchannel.I decided to leave AATH as close to original as is (ie. not using
poetry
to install ACA-Py) and addressed the issue by adding thebin/acapy
script to this repo and having AATH add it to its image.ACA-Py Issue 2460 - default to
askar
Also in this PR I am including the update to make
askar
the default storage/wallet type. Was simple enough and simplified running the tests. I touched the documentation in case someone needs to revert toindy
.