summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 13:00:12 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 13:03:35 +0200
commita57603dea69922610b7443668b6915c028431326 (patch)
tree871388c046c46f7c8452b6933ed661bb60262fdd
parentsys-apps/xdg-desktop-portal: Stabilize 1.8.1 arm64, #788820 (diff)
downloadgentoo-a57603dea69922610b7443668b6915c028431326.tar.gz
gentoo-a57603dea69922610b7443668b6915c028431326.tar.bz2
gentoo-a57603dea69922610b7443668b6915c028431326.zip
dev-python/dnspython: Fix test failures
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/dnspython/dnspython-2.1.0.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/dnspython/dnspython-2.1.0.ebuild b/dev-python/dnspython/dnspython-2.1.0.ebuild
index 2db80186c174..9b1c19cdf09e 100644
--- a/dev-python/dnspython/dnspython-2.1.0.ebuild
+++ b/dev-python/dnspython/dnspython-2.1.0.ebuild
@@ -29,6 +29,10 @@ src_prepare() {
distutils-r1_src_prepare
}
+python_test() {
+ epytest -s
+}
+
python_install_all() {
distutils-r1_python_install_all
if use examples; then