prepare all syntax for linters and spellchecks
This commit is contained in:
parent
b932d218e3
commit
734c132500
13 changed files with 84 additions and 91 deletions
|
|
@ -3,8 +3,6 @@ import subprocess
|
|||
|
||||
import pytest
|
||||
|
||||
from containerbuild import build_container_fixture
|
||||
|
||||
|
||||
@pytest.mark.skipif(os.getuid() != 0, reason="needs root")
|
||||
def test_container_builds_image(tmp_path, build_container):
|
||||
|
|
@ -24,4 +22,3 @@ def test_container_builds_image(tmp_path, build_container):
|
|||
# XXX: ensure no other leftover dirs
|
||||
dents = os.listdir(output_dir)
|
||||
assert len(dents) == 1, f"too many dentries in output dir: {dents}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue