Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pytest-socket resolves the hostnames in the --allow-hosts setting for each test, so removing notdatadog saves ~4k DNS resolution attempts. Note that the tests run with a stripe container present. Resolving the stripe hostname doesn't result in a DNS resolution because getaddrinfo resolves the name by reading the /etc/hosts file populated by Docker (same story for localhost).
- Loading branch information