osbuild-composer/tests
Tomas Hozza 3c26cc981f
tests/unit: install build requires from SPEC
The unit test uses Golang to directly execute unit tests from dist-git
sources. Running unit tests requires all package build dependencies to
be installed. Previously, this was handled by explicitly specifying all
package build dependencies as a test dependencies. This results in the
requirement to update the unit test for any new release with additional
build dependency. This information is already encoded in the SPEC file
and it is not really specific to the unit test.

Move away from specifying package build dependencies as the test
dependency and install BuildRequires from the package SPEC as part of
the test case.

Related: rhbz#2059870
2022-07-18 14:34:06 +02:00
..
scripts tests: Remove the test repositories 2022-05-17 12:40:41 +02:00
unit.fmf tests/unit: install build requires from SPEC 2022-07-18 14:34:06 +02:00