Fix tests for deb build
All checks were successful
CI / test (push) Successful in 49s
CI / test (almalinux, docker.io/library/almalinux:9, python3.11) (push) Successful in 11m32s
CI / test (debian, docker.io/library/debian:13, python3) (push) Successful in 20m1s
Lint / test (push) Successful in 44s

This commit is contained in:
Miguel Jacq 2026-06-22 10:05:17 +10:00
parent 67b92731f6
commit 1e61ae2ff9
Signed by: mig5
GPG key ID: 03906B4110AAD3B8
6 changed files with 5 additions and 6 deletions

View file

@ -6,7 +6,7 @@ import tarfile
import pytest
import enroll.manifest as manifest
from tests.state_helpers import write_schema_state
from state_helpers import write_schema_state
import enroll.jinjaturtle as jinjaturtle_mod
from enroll import ansible as ansible_layout
from enroll import ansible as ansible_tasks