From: Michal Nowak Date: Tue, 13 May 2025 15:03:21 +0000 (+0200) Subject: Revert "Ignore .hypothesis files created by system tests" X-Git-Tag: v9.21.9~49^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84c565878eaad5be9775c2569dcb51e262f19c11;p=thirdparty%2Fbind9.git Revert "Ignore .hypothesis files created by system tests" This reverts commit f413ddbe5f2edfdeedc41603dcd2afe105ed2844. --- diff --git a/bin/tests/system/conftest.py b/bin/tests/system/conftest.py index 7d41df48a0c..8412611426c 100644 --- a/bin/tests/system/conftest.py +++ b/bin/tests/system/conftest.py @@ -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",