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

Easy swap of local dependency #167

Open
mwarkentin opened this issue Oct 18, 2024 · 0 comments
Open

Easy swap of local dependency #167

mwarkentin opened this issue Oct 18, 2024 · 0 comments

Comments

@mwarkentin
Copy link
Member

We are using devenv in ops now, and recently sentry-kube has been extracted from that repo and into a standalone one: https://github.com/getsentry/sentry-infra-tools/

Sometimes we need to work on sentry-kube itself, and it's nice to iterate on it locally. Now that it's installed externally, we need to switch to a local install with -e. We can do that manually by modifying requirements.txt and pip install -r requirements.txt (see docs), but it would be nice if there was some cleaner way to do this within devenv that doesn't leave us out of sync with the checked in code, etc.

Not sure if there's a nice way to do this, but worth a shot. :)

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

1 participant