-
Notifications
You must be signed in to change notification settings - Fork 33
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
Tests failing on v0.1.x #325
Comments
Hm, probably a keri version issue. |
I'm assuming this is because setup.py has |
Just FYI if someone else hits this. My workaround for this at the moment is to generate a requirements file from the pushed docker image:
It will output
Then change the keripy stuff to Then I can do
To "lock" the dependencies. |
from our meeting, the options:
KERIA could potentially use a different package manager |
We could consider multiple package managers, for instance: |
Version
v0.1.3 and v0.1.4-dev0
Environment
Python 3.10, Ubuntu 24.04
Expected behavior
pytest tests/ should succeed
Actual behavior
pytest tests/ fails
This is the output on v0.1.3:
This is the output on v0.1.4-dev0
See the github action runs here:
Steps to reproduce
The text was updated successfully, but these errors were encountered: