CI: retry flaky notebooks
mbackenkoehler opened this issue · 0 comments
mbackenkoehler commented
Some talktorials (T001, for example) fail regularly, because the online API is slightly flaky. Typically, we have to re-run tests manually. The same can probably be achieved by implementing a simple retrial scheme for failed tests.
Maybe, we can just use pytest-retry.