]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: test: Reorganize imports in tests_synthrecord.py
authorMichał Kępień <michal@isc.org>
Thu, 2 Oct 2025 10:15:11 +0000 (12:15 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 2 Oct 2025 10:15:11 +0000 (12:15 +0200)
bin/tests/system/synthrecord/tests_synthrecord.py imports hypothesis
before importing isctest.hypothesis, which causes the "synthrecord"
system test to fail on platforms on which the Hypothesis module is not
available.  Reorganize Python imports in tests_synthrecord.py to fix the
above issue and also to make it more in line with other similar test
scripts.

Closes #1586

Merge branch '1586-reorganize-imports-in-tests_synthrecord.py' into 'main'

See merge request isc-projects/bind9!11046


Trivial merge