Tests: Add various missing @pytest.mark.network markers#13385
Closed
Tests: Add various missing @pytest.mark.network markers#13385
Conversation
It pip installs keyring
It pip installs pip.
It runs pip in subprocess to install build dependencies from internet.
They git clone stuff from https://github.com/pypa/pip-test-package/
E RuntimeError: stderr has an unexpected warning (pass allow_stderr_warning=True to permit this):
E Caused by line: "WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f12b0a1f4d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/foo/"
E Complete stderr: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f12b0a1f4d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/foo/
E WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f12b0ad0a50>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/foo/
E WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f12b0ad0cd0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/foo/
E WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f12b0ad0f50>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/foo/
E WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f12b0ad11d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/foo/
Contributor
Author
|
Does this require a changelog entry? Should I squash or keep individual commits? |
Member
Contributor
Author
|
I have verified that #13378 includes everything from this one. Sorry about that, I should have searched better. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It pip installs keyring