#114 Install rpm-py-installer for tests
Merged 3 years ago by lsedlar. Opened 3 years ago by lsedlar.
lsedlar/compose-utils install-rpm  into  master

file modified
+1
@@ -11,6 +11,7 @@ 

    freezegun

    koji

    kobo>=0.10.0

+   rpm-py-installer

  setenv =

      COVERAGE_FILE={env:COVERAGE_FILE:{toxworkdir}/.coverage.{envname}}

  commands=

This package makes sure Python bindings for rpm are available. It used to be pulled in by Koji, but it was made optional there. It is not optional in Kobo, but they don't have explicit dependencies for anything.

Pull-Request has been merged by lsedlar

3 years ago

The tests pass now on my computer. Thanks.