]> git.ipfire.org Git - thirdparty/bind9.git/commit
Reorganize imports in tests_synthrecord.py
authorMichał Kępień <michal@isc.org>
Thu, 2 Oct 2025 09:13:05 +0000 (11:13 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 2 Oct 2025 09:13:05 +0000 (11:13 +0200)
commit99d4e7a944f53d5a18064a666b4c7894ba99a99d
tree46ac2dd434aa44c685dd89cda9fa322fb391fff0
parenta1b564f9563db004f2f7c2585ad29cb11fc6f1b3
Reorganize imports in tests_synthrecord.py

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.
bin/tests/system/synthrecord/tests_synthrecord.py