bpo-46184: remove netlify.toml#30272
Conversation
|
Windows build for This failure does not seem related. |
kumaraditya303
left a comment
There was a problem hiding this comment.
LGTM as it seems unused.
|
This file was added in #15288 / https://bugs.python.org/issue37860 but Netlify wasn't turned on due to build limits: I guess that was never resolved, so okay to remove this file, @epicfaace? If so, should also remove And see #19025 for an open, alternate approach using GitHub Actions. |
| @@ -1,12 +0,0 @@ | |||
| # Requirements to build the Python documentation | |||
There was a problem hiding this comment.
Doc/requirements.txt is still needed:
https://github.com/python/cpython/runs/4649987492?check_suite_focus=true#step:7:30
This reverts commit 9aa4f06.
|
@AlexWaygood do you think that this can be marked as "skip news"? |
Okay, I am adding the skip-news label, as it seems appropriate to me. But, this is not something I really know anything about, so anybody who thinks that this needs a news entry should feel free to remove it again. 🙂 |
|
@Mariatta are you the right person to ping in this case? 🙂 |
Mariatta
left a comment
There was a problem hiding this comment.
Thanks for cleaning these up.
|
@Mariatta: Please replace |
…2852) * Revert "bpo-46184: remove `netlify.toml` (#30272)" This reverts commit fbaf2e6. * Delete runtime.txt * Create runtime.txt * Delete runtime.txt * Update netlify.toml * Update netlify.toml * Add netlify badge * Update Doc/tools/templates/layout.html Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> * Update layout.html Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Switch to packaging.version.Version for version comparison to handle PEP 440 dev/rc versions correctly. This resolves failures introduced by PR astropy#7647 and avoids distutils' LooseVersion bug (see python/cpython#30272). Add tests for dev/rc version handling in minversion.
Related to #30257
I guess we can skip NEWS on this one.
https://bugs.python.org/issue46184