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

Fix dependencies for testing #435

Merged
merged 1 commit into from
Mar 19, 2024
Merged

Fix dependencies for testing #435

merged 1 commit into from
Mar 19, 2024

Conversation

amotl
Copy link
Member

@amotl amotl commented Mar 19, 2024

Closes https://github.com/crate/crate-alerts/issues/626

About

geojson was missing, while it should be there. No idea why that happens. geojson is a valid dependency of crate[sqlalchemy], which, in turn, should have been installed on behalf of cratedb-toolkit[test]. It looks like we need to be more explicit here, and otherwise also investigate further about the root cause.

For a quick measure, this patch should fix the failing nightly test job right away.

References

geojson was missing, while it should be there. No idea why that happens.
geojson is a dependency of crate[sqlalchemy]. It looks like we need to
be more explicit here.
@amotl amotl merged commit f749cb2 into master Mar 19, 2024
22 checks passed
@amotl amotl deleted the amo/fix-dependencies branch March 19, 2024 13:19
@BaurzhanSakhariev
Copy link

BaurzhanSakhariev commented Mar 19, 2024

Another similar issue has popped up https://github.com/crate/crate-alerts/issues/628

ModuleNotFoundError: No module named 'geojson'

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

Successfully merging this pull request may close these issues.

3 participants