Daniel Garcia 2023-05-25 08:53:50 +00:00 committed by Git OBS Bridge
parent bcb82af895
commit 1eb45406a7

View File

@ -75,7 +75,9 @@ Key features:
%check
echo "nameserver 1.1.1.1" > resolv.conf
export RESOLV_FILE=$PWD/resolv.conf
%pytest tests
# test_caching_dns_resolver fails when running with kvm
donttest="test_caching_dns_resolver"
%pytest tests -k "not ($donttest)"
%post
%python_install_alternative email_validator