Diff dns-lexicon-3.13.0 with a dns-lexicon-3.14.1

/usr/portage/dev-python/dns-lexicon/dns-lexicon-3.14.1.ebuild 2023-10-09 14:52:30.276368370 +0300
44 44

  
45 45
EPYTEST_IGNORE=(
46 46
	# Requires the "localzone" module
47
	lexicon/tests/providers/test_localzone.py
47
	tests/providers/test_localzone.py
48 48
	# Requires the "softlayer" module
49
	lexicon/tests/providers/test_softlayer.py
49
	tests/providers/test_softlayer.py
50 50
	# Requires the "transip" module
51
	lexicon/tests/providers/test_transip.py
51
	tests/providers/test_transip.py
52 52
	# Requires the "oci" module
53
	lexicon/tests/providers/test_oci.py
53
	tests/providers/test_oci.py
54 54
	# Uses tldextract which needs Internet access to download its database
55
	lexicon/tests/providers/test_auto.py
55
	tests/providers/test_auto.py
56 56
	# All recordings seem to be broken
57
	lexicon/tests/providers/test_namecheap.py
57
	tests/providers/test_namecheap.py
58 58
	# Broken by minor vcrpy / urllib3-2 incompatibility
59 59
	# https://github.com/kevin1024/vcrpy/issues/714
60
	lexicon/tests/providers/test_route53.py
60
	tests/providers/test_route53.py
61 61
)
62 62

  
63 63
pkg_postinst() {
Thank you!