test: '{. -> ./mod}/test_util_osrelease.py'

Move the os-release tests to the module-level tests and align its
coding-style with the others.
This commit is contained in:
David Rheinsberg 2020-04-27 16:52:39 +02:00
parent 4493d057a2
commit 20cf5dba6a
2 changed files with 6 additions and 6 deletions

View file

@ -77,11 +77,6 @@ jobs:
cd osbuild
python3 -m unittest -v test.test_objectstore
- name: Run test_osrelease
run: |
cd osbuild
python3 -m unittest -v test.test_osrelease
rpm_build:
name: "📦 RPM"
runs-on: ubuntu-latest