Workaround for test_override is no longer needed
This commit is contained in:
parent
e09fe75b9a
commit
2fab86a62a
@ -75,10 +75,9 @@ find examples -type f | xargs chmod a-x
|
|||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# Skipped test: https://github.com/rthalley/dnspython/issues/590#issuecomment-729644000
|
|
||||||
# testCanonicalNameDangling is failing with
|
# testCanonicalNameDangling is failing with
|
||||||
# AssertionError: <DNS name dangling-cname.dnspython.org.> != <DNS name dangling-target.dnspython.org.>
|
# 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}
|
%files -n python3-%{py_package_name}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user