test: '{. -> ./mod}/test_util_ostree.py'
Move the OSTree utility tests into the module-unittests directory. Also drop the `__main__` workaround while at it.
This commit is contained in:
parent
6a7e811af2
commit
cecb27ac82
2 changed files with 4 additions and 9 deletions
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
|
@ -82,11 +82,6 @@ jobs:
|
|||
cd osbuild
|
||||
python3 -m unittest -v test.test_osrelease
|
||||
|
||||
- name: Run test_util_ostree
|
||||
run: |
|
||||
cd osbuild
|
||||
python3 -m unittest -v test.test_util_ostree
|
||||
|
||||
rpm_build:
|
||||
name: "📦 RPM"
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue