From 5a1d0fb4f863ed41fa721491c6fc45d4aa7e1642 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Thu, 2 Apr 2020 15:02:09 +0200 Subject: [PATCH] gating: drop dist.depcheck Although mentioned in the docs, this check is obsolete[1] but the replacement[2] seems to be not running as well, so just drop that check. [1] https://fedoraproject.org/wiki/Taskotron/Tasks/dist.depcheck [2] https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmdeplint --- gating.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/gating.yaml b/gating.yaml index d566cae..77f3d4c 100644 --- a/gating.yaml +++ b/gating.yaml @@ -5,7 +5,6 @@ decision_context: bodhi_update_push_testing rules: - !PassingTestCaseRule {test_case_name: dist.rpmgrill.spec-file-sanity} - !PassingTestCaseRule {test_case_name: dist.python-versions} - - !PassingTestCaseRule {test_case_name: dist.depcheck} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} --- !Policy product_versions: @@ -14,5 +13,4 @@ decision_context: bodhi_update_push_stable rules: - !PassingTestCaseRule {test_case_name: dist.rpmgrill.spec-file-sanity} - !PassingTestCaseRule {test_case_name: dist.python-versions} - - !PassingTestCaseRule {test_case_name: dist.depcheck} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}