]> 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 16:26:24 +0000 (16:26 +0000)
This reverts commit f413ddbe5f2edfdeedc41603dcd2afe105ed2844.

(cherry picked from commit 84c565878eaad5be9775c2569dcb51e262f19c11)

bin/tests/system/conftest.py

index 2c807776402feec71f8c148b2cdec4fac762d4f0..0abc30df869cae80bceee66a3dc93cb0178b7bb1 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",