From 2fab86a62addc8b5d46ae3ea46d6727eab490ac8 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Mon, 15 Mar 2021 07:39:14 +0100 Subject: [PATCH] Workaround for test_override is no longer needed --- python-dns.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-dns.spec b/python-dns.spec index 4d56328..4e3e520 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -75,10 +75,9 @@ find examples -type f | xargs chmod a-x %py3_install %check -# Skipped test: https://github.com/rthalley/dnspython/issues/590#issuecomment-729644000 # testCanonicalNameDangling is failing with # AssertionError: != -pytest -k "not test_override" -k "not testCanonicalNameDangling" +pytest -k "not testCanonicalNameDangling" %files -n python3-%{py_package_name} %license LICENSE