-
Notifications
You must be signed in to change notification settings - Fork 374
VDR upgrade #1711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VDR upgrade #1711
Conversation
Signed-off-by: Adam Burdett <burdettadam@gmail.com>
Signed-off-by: Adam Burdett <burdettadam@gmail.com>
Signed-off-by: Adam Burdett <burdettadam@gmail.com>
Signed-off-by: Adam Burdett <burdettadam@gmail.com>
indy_vdr==0.4.0.dev5 \ | ||
aries-askar==0.2.7 \ | ||
indy-credx==0.3.1 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dont we drop the dev-setup directory ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we keep it should we change the ubuntu-2204 file instead of the ubuntu-2004
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, sorry, I was not paying attention to the location of the file, just the changes
|
||
tests_require = ['attrs==20.3.0', 'pytest==6.2.5', 'pytest-xdist==2.2.1', 'pytest-forked==1.3.0', | ||
'python3-indy==1.16.0.post236', 'pytest-asyncio==0.14.0'] | ||
'pytest-asyncio==0.14.0', 'indy_vdr==0.4.0.dev5', 'aries-askar==0.2.7', 'indy-credx==0.3.1'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ERROR: Could not find a version that satisfies the requirement indy_vdr==0.4.3 (from indy-node[tests]) (from versions: 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.4.0.dev1, 0.4.0.dev2, 0.4.0.dev3, 0.4.0.dev4, 0.4.0.dev5, 0.4.0.dev10, 0.4.0.dev11, 0.4.0.dev12, 0.4.0.dev13, 0.4.0.dev14, 0.4.0.dev15, 0.4.0.dev16, 0.4.0, 0.4.1, 0.4.2)
ERROR: No matching distribution found for indy_vdr==0.4.3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like 0.4.3
did not get published successfully:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use 0.4.2
for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created an issue for the publishing issue here; hyperledger/indy-vdr#335
Closing this in favour of #1716 |
This pr removes deprecated indy-sdk and replaces it with indy-vdr, aries-askar, and indy-credx.