]> git.ipfire.org Git - thirdparty/bind9.git/commit
Ignore .hypothesis files created by system tests
authorMichał Kępień <michal@isc.org>
Tue, 18 Mar 2025 05:19:01 +0000 (06:19 +0100)
committerMichał Kępień <michal@isc.org>
Tue, 18 Mar 2025 05:19:01 +0000 (06:19 +0100)
commitf413ddbe5f2edfdeedc41603dcd2afe105ed2844
tree105d2678e9be8f402f68519d2d384e695e17d17a
parenta799dd04adc08a062ec9961a026573abcc7c9181
Ignore .hypothesis files created by system tests

Some versions of the Hypothesis Python library - notably the one
included in stock OS repositories for Ubuntu 20.04 Focal Fossa - cause a
.hypothesis file to be created in a Python script's working directory
when the hypothesis module is present in its import chain.  Ignore such
files by adding them to the list of expected test artifacts to prevent
pytest teardown checks from failing due to these files appearing in the
file system after running system tests.
bin/tests/system/conftest.py