sphinx-autoapi
sphinx-autoapi copied to clipboard
Mark tests that use the network
These two tests uses intersphinx, and the marker allows skipping them if there is no network available.
Thanks for making this change. Why is this needed?
This is useful for downstream packaging; in such cases builds aren't allowed to access the Internet at large, and instead of skipping all tests, it is useful to skip only the ones that require networking. I don't know that network is a standard name anywhere, but at least it's the one I suggest when making PRs like this.
To get the GitHub Actions to pass...
echo "Mark pytests that use the network" > docs/changes/462.misc.rst
git add docs/changes/462.misc.rst
git commit -m"git add docs/changes/462.misc.rst"
git push
Thanks for the ping; I've fixed that, and the conflict.
Thanks for fixing this yourself and keep the pull request up to date. I've merged this as 0d5f21b8650d6202208f0cf00f498a16a1e32379