Workaround for test_override is no longer needed

This commit is contained in:
Christian Heimes 2021-03-15 07:39:14 +01:00
parent e09fe75b9a
commit 2fab86a62a
1 changed files with 1 additions and 2 deletions

View File

@ -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: <DNS name dangling-cname.dnspython.org.> != <DNS name dangling-target.dnspython.org.>
pytest -k "not test_override" -k "not testCanonicalNameDangling"
pytest -k "not testCanonicalNameDangling"
%files -n python3-%{py_package_name}
%license LICENSE