summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-07-23 05:03:10 +0200
committerMichał Górny <mgorny@gentoo.org>2024-07-23 05:03:10 +0200
commit66f5836795afc43eac716c9a6cabb1d73da741d9 (patch)
tree0541dccd4e176eb9b3e50f1715db2472f533d0d2 /dev-python/pycares/pycares-4.4.0.ebuild
parentdev-python/pudb: Bump to 2024.1.2 (diff)
downloadgentoo-66f5836795afc43eac716c9a6cabb1d73da741d9.tar.gz
gentoo-66f5836795afc43eac716c9a6cabb1d73da741d9.tar.bz2
gentoo-66f5836795afc43eac716c9a6cabb1d73da741d9.zip
dev-python/pycares: Deselect more broken tests
How do these people dare change their DNS records?! Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pycares/pycares-4.4.0.ebuild')
-rw-r--r--dev-python/pycares/pycares-4.4.0.ebuild2
1 files changed, 2 insertions, 0 deletions
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
)