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

MAINT: Fix tests #12928

Merged
merged 5 commits into from
Oct 30, 2024
Merged

MAINT: Fix tests #12928

merged 5 commits into from
Oct 30, 2024

Conversation

larsoner
Copy link
Member

@larsoner larsoner commented Oct 30, 2024

Couldn't figure out why only the Azure pip-pre was failing, it was because continue-on-error: true was set which means the failed test in pip-pre was ignored because the codecov step after it succeeded 😬

image

Also the doc build is failing because of a new deprecation warning in selenium.

I expect this to fail with a sklearn error in the Linux pip-pre job. Once it does, I'll push a fix for that, then self-merge if it's trivial.

@drammock
Copy link
Member

I opened SeleniumHQ/selenium#14687 about the selenium warning

@larsoner
Copy link
Member Author

Failing successfully!

Screenshot 2024-10-30 at 2 02 52 PM

Will push a commit to fix the sklearn errors

@larsoner
Copy link
Member Author

Ugghhhh actually that was a timeout, need to increase the limit to make sure it actually fails

@larsoner
Copy link
Member Author

Okay now we're good!

image

Pushing a fix for sklearn and marking for merge-when-green

@larsoner larsoner merged commit 60346f6 into mne-tools:main Oct 30, 2024
28 checks passed
@larsoner larsoner deleted the tests branch October 30, 2024 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants