Conda has been a helpful tool for managing dependencies in test environments, especially given its ability to specify python versions. However, it has become a burden, specifically relating to:
- Issues with OpenMind downtimes, conda breaking often
- Running pip install way too often during testing, slowing down process and introducing bugs such as "installing UNKNOWN package"
Goal:
- Remove conda from travis and jenkins tests, replace with venv or similar
- Identify workarounds for python version specification where needed
Conda has been a helpful tool for managing dependencies in test environments, especially given its ability to specify python versions. However, it has become a burden, specifically relating to:
Goal: