Commit 306948d
committed
Disable tests that (still) require Internet access in the default build 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.1 parent fd7ed97 commit 306948d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments