From 84c565878eaad5be9775c2569dcb51e262f19c11 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Tue, 13 May 2025 17:03:21 +0200 Subject: [PATCH] Revert "Ignore .hypothesis files created by system tests" This reverts commit f413ddbe5f2edfdeedc41603dcd2afe105ed2844. --- bin/tests/system/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/tests/system/conftest.py b/bin/tests/system/conftest.py index 7d41df48a0..8412611426 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",