commit: 66f5836795afc43eac716c9a6cabb1d73da741d9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 03:03:10 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 03:03:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f58367
dev-python/pycares: Deselect more broken tests
How do these people dare change their DNS records?!
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pycares/pycares-4.4.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/pycares/pycares-4.4.0.ebuild
b/dev-python/pycares/pycares-4.4.0.ebuild
index a9be17dffa99..7adf9464f405 100644
--- a/dev-python/pycares/pycares-4.4.0.ebuild
+++ b/dev-python/pycares/pycares-4.4.0.ebuild
@@ -48,6 +48,8 @@ EPYTEST_DESELECT=(
# regression due to Internet changing (probably)
# https://github.com/saghul/pycares/issues/187
tests/test_all.py::DNSTest::test_query_class_chaos
+ tests/test_all.py::DNSTest::test_idna_encoding_query_a
+ tests/test_all.py::DNSTest::test_query_txt_chunked
# TODO
tests/test_all.py::DNSTest::test_custom_resolvconf
)