crate / crash

Crash is an interactive CrateDB command line interface (CLI) SQL shell with autocompletion.
Apache License 2.0
48 stars 13 forks source link

Fix dependencies for testing #435

Closed amotl closed 6 months ago

amotl commented 6 months ago

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

BaurzhanSakhariev commented 6 months ago

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

ModuleNotFoundError: No module named 'geojson'