Skip to content
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

Resolve pip v conda in tests #99

Open
deirdre-k opened this issue Apr 2, 2024 · 2 comments
Open

Resolve pip v conda in tests #99

deirdre-k opened this issue Apr 2, 2024 · 2 comments
Assignees

Comments

@deirdre-k
Copy link
Contributor

deirdre-k commented Apr 2, 2024

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
@deirdre-k deirdre-k self-assigned this Apr 2, 2024
@deirdre-k deirdre-k changed the title Remove conda from tests Resolve pip v conda in tests Apr 19, 2024
@deirdre-k deirdre-k removed their assignment May 2, 2024
@deirdre-k
Copy link
Contributor Author

Waiting for switch to python 3.11 (#101 and #824)

@deirdre-k
Copy link
Contributor Author

See venv docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants