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

Pre-install dev and core test dependencies in devcontainer container #10532

Open
1 task done
nickpowersys opened this issue Nov 25, 2024 · 1 comment · May be fixed by #10544
Open
1 task done

Pre-install dev and core test dependencies in devcontainer container #10532

nickpowersys opened this issue Nov 25, 2024 · 1 comment · May be fixed by #10544
Assignees
Labels
feature Features or general enhancements

Comments

@nickpowersys
Copy link

Is your feature request related to a problem?

I was hoping to have dev dependencies ready to use, and to run core tests without needing to install both sets of dependencies.

What is the motivation behind your request?

Having this context ready to use through VS Code, with any OS supporting devcontainers, seems like something that most contributors using devcontainers would want, instead of each contributor needing to install these dependencies into the container.

I want to be able to run uv commands to interact with the environment, for example updating dependency groups as needed while supporting a given backend.

Describe the solution you'd like

I would like to have a uv .venv that is activated so that when a terminal becomes available after container start-up, it is possible to run the commands

uv pip list and see all of the installed dependencies,

and

pytest -m core to run the core tests.

What version of ibis are you running?

9.5.0

What backend(s) are you using, if any?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@nickpowersys
Copy link
Author

/take

@nickpowersys nickpowersys changed the title Pre-install dev and core test dependencies in devcontainer container /take Pre-install dev and core test dependencies in devcontainer container Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Features or general enhancements
Projects
Status: backlog
Development

Successfully merging a pull request may close this issue.

1 participant