From: Nicki Křížek Date: Wed, 8 Jul 2026 08:19:43 +0000 (+0200) Subject: fix: test: Fix the dnssec_py test marks X-Git-Tag: v9.21.24~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1a6a7843cf06222817779c5e3d77346b8382001;p=thirdparty%2Fbind9.git fix: test: Fix the dnssec_py test marks The isctest.mark.with_ecdsa_deterministic was accidentally applied to all dnssec_py modules rather than just tests_findnoqname_mismatch.py. Also, `isctest.mark` has to be imported using the full path, otherwise it might not be properly loaded (this only worked in CI due to test ordering). Merge branch 'nicki/fixup-dnssec-py-findnoqname-reproducer' into 'security-main' See merge request isc-private/bind9!1105 --- f1a6a7843cf06222817779c5e3d77346b8382001