diff --git a/bin/tests/system/checkds/tests_checkds.py b/bin/tests/system/checkds/tests_checkds.py index 66932f1b4a..99c91c6168 100755 --- a/bin/tests/system/checkds/tests_checkds.py +++ b/bin/tests/system/checkds/tests_checkds.py @@ -30,6 +30,11 @@ import dns.rdatatype import dns.resolver +pytestmark = pytest.mark.skipif( + sys.version_info < (3, 7), reason="Python >= 3.7 required [GL #3001]" +) + + def has_signed_apex_nsec(zone, response): has_nsec = False has_rrsig = False