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

make install_test_dependencies fails #2

Open
archiewood opened this issue Oct 24, 2024 · 2 comments
Open

make install_test_dependencies fails #2

archiewood opened this issue Oct 24, 2024 · 2 comments

Comments

@archiewood
Copy link
Contributor

archiewood commented Oct 24, 2024

(venv) ~/Projects/extension-template-rs$ make install_test_dependencies
make: *** No rule to make target `install_test_dependencies'.  Stop.

I worked around this by manually installing

uv pip install duckdb
uv pip install git+https://github.com/duckdb/duckdb-sqllogictest-python

Then it worked

(venv) ~/Projects/extension-template-rs$ make test_debug
Running DEBUG tests..
[0/1] test/sql/rusty_quack.test
SUCCESS
@samansmink
Copy link
Owner

thanks for reporting, but please note that this repo is not yet in a state where i'd consider it ready for use. I will move it to the duckdb organisation once it is!

@archiewood
Copy link
Contributor Author

All good, just adding info if other people wanted to try it out

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