Skip to content

Resolve pip v conda in tests #99

@deirdre-k

Description

@deirdre-k

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:

  1. Issues with OpenMind downtimes, conda breaking often
  2. 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions