Replies: 1 comment 6 replies
-
I prefer adding to the tests something that catches the specific new upstream-caused failure (i.e., a new That said, I am OK with what you propose on the grounds that it's less work and I don't personally have time to do it the harder way that I'm proposing. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As noted in #2185 (comment) some recent changes to Sphinx linkcheck have led to our CI/tests to fail against the
dev
version.Historically we have used this to catch issues with new/upcoming versions of Sphinx as early as possible but this is right now making all of our CI runs to fail (and we need to by pass the merge rules as the CI workflow is required for merge).
Would it be ok if I took the tests against dev out of our required matrix and make it "optional" for now to have a functional CI again? @drammock @gabalafou
Beta Was this translation helpful? Give feedback.
All reactions