mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 06:51:16 +08:00
test(docker): skip dockerignore assertion in partial checkouts
This commit is contained in:
@@ -138,6 +138,9 @@ def test_dockerfile_materializes_local_tui_ink_package(dockerfile_text):
|
||||
|
||||
|
||||
def test_dockerignore_excludes_nested_dependency_dirs():
|
||||
if not DOCKERIGNORE.exists():
|
||||
pytest.skip(".dockerignore not present in this checkout")
|
||||
|
||||
text = DOCKERIGNORE.read_text()
|
||||
|
||||
assert "**/node_modules" in text
|
||||
|
||||
Reference in New Issue
Block a user