From acd6d5f9547e1fb4bdee1791d42bc8a536592bf8 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Mon, 8 Dec 2025 20:32:46 +0100 Subject: [PATCH] dns.name module does not have minversion attribute The dns module does have it. (cherry picked from commit ed33f44829f95aee1b57ec4d929a5c53a84e1d78) --- bin/tests/system/selftest/tests_zone_analyzer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/selftest/tests_zone_analyzer.py b/bin/tests/system/selftest/tests_zone_analyzer.py index 3c7a2fc609..63798b5d67 100755 --- a/bin/tests/system/selftest/tests_zone_analyzer.py +++ b/bin/tests/system/selftest/tests_zone_analyzer.py @@ -26,7 +26,7 @@ import pytest import isctest import isctest.name -pytest.importorskip("dns.name", minversion="2.3.0") +pytest.importorskip("dns", minversion="2.3.0") # set of properies present in the tested zone - read by tests_zone_analyzer.py CATEGORIES = frozenset(