]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Revert "Ignore .hypothesis files created by system tests"
authorMichal Nowak <mnowak@isc.org>
Tue, 13 May 2025 15:03:21 +0000 (17:03 +0200)
committerMichal Nowak <mnowak@isc.org>
Tue, 13 May 2025 15:03:21 +0000 (17:03 +0200)
This reverts commit f413ddbe5f2edfdeedc41603dcd2afe105ed2844.

bin/tests/system/conftest.py

index 7d41df48a0c52a9436356e1d6db1dc014f0cae75..8412611426cc2e6b3a055214f4c80272c1434072 100644 (file)
@@ -308,7 +308,6 @@ def logger(request, system_test_name):
 @pytest.fixture(scope="module")
 def expected_artifacts(request):
     common_artifacts = [
-        "*/.hypothesis",  # drop after Ubuntu 20.04 Focal Fossa gets removed from CI
         ".libs/*",  # possible build artifacts, see GL #5055
         "ns*/named.conf",
         "ns*/named.memstats",