Test suite broken in current main? #9513
Closed
mwiebusch78
started this conversation in
General
Replies: 1 comment 1 reply
-
Manually downgrading polars to the last version before 1.0.0 fixed the issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to have a go at fixing some bugs and I followed the steps in the 'Contribute' section of the docs. However, I am getting errors when running the core tests (
pytest -m core
). It seems like pytest already fails at collecting the tests:The actual error messages are:
(And so on...) So they are just warnings, but for some reason pytest registers them as errors.
The polars version in my ibis-dev environment is 1.0.0
Beta Was this translation helpful? Give feedback.
All reactions