summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-29 08:01:55 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-29 08:23:13 +0200
commit6a52cd14ebd3c693f809151b849e0aff8d99136b (patch)
tree1db9218d60741da9d7d1e341c654f94605536e4c /dev-python/pycares
parentdev-python/slixmpp: Bump to 1.8.4 (diff)
downloadgentoo-6a52cd14ebd3c693f809151b849e0aff8d99136b.tar.gz
gentoo-6a52cd14ebd3c693f809151b849e0aff8d99136b.tar.bz2
gentoo-6a52cd14ebd3c693f809151b849e0aff8d99136b.zip
dev-python/pycares: Fix test regression
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pycares')
-rw-r--r--dev-python/pycares/pycares-4.3.0.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-python/pycares/pycares-4.3.0.ebuild b/dev-python/pycares/pycares-4.3.0.ebuild
index 19ac39d76e8f..7eb7c4873c8e 100644
--- a/dev-python/pycares/pycares-4.3.0.ebuild
+++ b/dev-python/pycares/pycares-4.3.0.ebuild
@@ -45,6 +45,12 @@ BDEPEND+="
)
"
-distutils_enable_tests unittest
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ # regression due to Internet changing (probably)
+ # https://github.com/saghul/pycares/issues/187
+ tests/test_all.py::DNSTest::test_query_class_chaos
+)
export PYCARES_USE_SYSTEM_LIB=1