]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: test: Fix the dnssec_py test marks
authorNicki Křížek <nicki@isc.org>
Wed, 8 Jul 2026 08:19:43 +0000 (10:19 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 10 Jul 2026 07:26:46 +0000 (09:26 +0200)
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


Trivial merge