commit:     a57603dea69922610b7443668b6915c028431326
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  5 11:00:12 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  5 11:03:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a57603de

dev-python/dnspython: Fix test failures

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/dnspython/dnspython-2.1.0.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-python/dnspython/dnspython-2.1.0.ebuild 
b/dev-python/dnspython/dnspython-2.1.0.ebuild
index 2db80186c17..9b1c19cdf09 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

Reply via email to