fix: updated dependencies in setup.py and docker_test_requirements.txt #26#27
fix: updated dependencies in setup.py and docker_test_requirements.txt #26#27zhouxiaochi wants to merge 1 commit intomainfrom
Conversation
- moved extras_require dependencies from setup to docker_test_requirements.txt for clarity as the dev options are all for running the tests - hard specified dependency versions in docjker_test_requirements.txt, as the latest versions will not work
|
Is there any plan to look into python_wrapper? There are also some similar issues, probably related to pytest-docker-compose and pyyaml, applying similar changes do not seem to fix it there. Fixing the python_wrapper is probably a higher priority than the derivation agent in my opinion |
Not at the moment. Perhaps @jb2197 would like to comment.
I certainly agree with that. |
If the issue is related to the error from installing pyyaml, one workaround is to fix
I would recommend implementing the CI/CD for
In my view the |
moved extras_require dependencies from setup to docker_test_requirements.txt for clarity as the dev options are all for running the tests
hard specified dependency versions in docjker_test_requirements.txt, as the latest versions will not work
Details regarding to the dependency conflicts can be found in issue #26