Skip to content

Specify test dependencies in a new section

Fushan Wen requested to merge fusionfuture/ci-utilities:work/fuf/test into master

RuntimeDependencies is also used in dependency trees for kdesrc-build, but some tests require some dependencies that will create cyclic dependencies, which is a problem for integrated tests, so TestDependencies is introduced to solve the problem.

In TestDependencies, all dependencies are only installed in CI before tests start, but those dependencies will not be used by kdesrc-build.

Merge request reports