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
This commit is contained in:
Christian Kellner 2020-04-02 15:02:09 +02:00
parent 59460e0bf6
commit 5a1d0fb4f8

View File

@ -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}