-
Notifications
You must be signed in to change notification settings - Fork 65
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
Fix flaky windows tests #157
Comments
perhaps the hackiest-but-fastest thing to do is to add a couple of catches to re-run this test if it fails with that error automatically. That way the test would only fail if it fails 3 times in a row or something |
NB This seems to be the same issue: mwouts/jupytext#489 The solution from jupytext side was to skip all tests that execute notebooks on windows... |
theres a pytest plugin for that: https://github.com/pytest-dev/pytest-rerunfailures |
but the more complete fix would be to add an |
Didn't seem to help on jupytext side: mwouts/jupytext#489 (reference) There's a draft PR against nbconvert, that claims to fix this jupyter/nbconvert#1183 |
There's a warning about IOPub timeout and the failures are nondeterministic.
The text was updated successfully, but these errors were encountered: