-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Latest ruff 0.0.266 fails to import #4394
Comments
Confirmed this reproduces on |
I can see the binary there, but no library:
|
Can I expect a rapid mitigation (fix or yank) or should I invest in working around the issue? |
I'm surprised that |
@charliermarsh looks like the @jaraco why do you use |
fwiw this is causing problems for |
Alright, I'll go ahead and revert while we figure this out.
|
Yanked for now. |
I'll have a new release out within the next hour. |
Super helpful and unblocked my work. Thanks for the super-rapid response. |
Thanks for raising the issue so quickly, and apologies for the churn. I did do some manual testing of the wheels prior to cutting the release, since we upgraded Maturin, but I didn't test the use of Ruff-as-module, and it turns out we didn't have any automated testing for that either, which @madkinsz has already improved :) |
Fixed in v0.0.267. |
I use pytest-ruff, which imports ruff. |
I was working on jaraco/jaraco.packaging#11 when suddenly the tests started failing with
ModuleNotFoundError
. I traced it to the recent 0.0.266 release:The text was updated successfully, but these errors were encountered: