Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the network marker to some tests that need DNS #687

Merged
merged 2 commits into from Feb 8, 2024

Conversation

musicinmybrain
Copy link
Contributor

Testing in Fedora Linux (building distribution packages in an offline environment) shows that – even though they might not require Internet access – the following test classes require at least DNS, and fail in a fully offline environment:

  • TestConnectedUDPSocket
  • TestTCPListener
  • TestUDPSocket (except test_create_unbound_socket)

This PR adds the network mark to each of the test classes listed above. (I chose to mark the entire TestUDPSocket class rather than trying to mark every method except test_create_unbound_socket.)

@agronholm agronholm merged commit ba48ea8 into agronholm:master Feb 8, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants