Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable tests that (still) require Internet access in the default bui…
…ld in the Makefile test_caching_dns_resolver still requires Internet access. It has a pytest.mark decorator, but "make test" still runs it. Now "make test" skips this test. It's probably duplicative with the other tests because the MockedDnsResponseData resolver uses a dns.resolver.Resolver cache internally. Fixes #128.
- Loading branch information