Add to local faux packages

This commit is contained in:
William Fu-Hinthorn
2025-02-19 06:09:39 -08:00
parent 10d9721aed
commit 3d263a20ae
2 changed files with 72 additions and 13 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ def test_config_to_docker_simple():
PATH_TO_CONFIG,
validate_config(
{
"dependencies": [".", "../../examples/graphs_reqs_a", "../../examples"],
"dependencies": [".", "../../examples/graphs_reqs_a"],
"graphs": graphs,
"http": {"app": "../../examples/my_app.py:app"},
}