python313Packages.dnspython: revert duplicate NO_INTERNET=1 (#367208)

This commit is contained in:
Philip Taron
2024-12-21 13:42:37 -08:00
committed by GitHub
@@ -1,5 +1,4 @@
{
stdenv,
lib,
aioquic,
buildPythonPackage,
@@ -56,11 +55,6 @@ buildPythonPackage rec {
checkInputs = [ cacert ] ++ optional-dependencies.DNSSEC;
# don't run live tests
env = lib.optionalAttrs stdenv.hostPlatform.isDarwin {
NO_INTERNET = 1;
};
disabledTests = [
# dns.exception.SyntaxError: protocol not found
"test_misc_good_WKS_text"