-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
8.1.1 raises exception if boto
is imported in environment
#12179
Comments
Anything that's on the boto is using a vendored Not sure if pytest should try to paint over this. If I'm not mistaken, this code was around since pytest 6 in 2020 (ab6dacf), and I don't think the recent move (4dea183) changed anything? |
I don't disagree, but I have very limited control over when a dependency upgrades from boto to boto3. I am using this to encourage them to prioritize it. I haven't looked into what change in 8.1 caused this; possibly you removed a suppression of this error, but it does seem like a good idea to guard against a bad importer that some other library stuck into |
Happy to say that we're not going to "fix" this, and your other dependency should. |
Pytest 8.1.1 on Ubuntu 22.04.
Observed in OpenNeuroOrg/openneuro#3020, which attempted to auto-update dependencies.
The text was updated successfully, but these errors were encountered: