From 2343f8b4fdc8da44615c7299dee268ebdb1cd413 Mon Sep 17 00:00:00 2001 From: sommersoft Date: Sun, 3 Apr 2022 10:21:01 -0500 Subject: [PATCH] fix final dependency formatting --- testing/downstream_testing/downstream_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/downstream_testing/downstream_runner.py b/testing/downstream_testing/downstream_runner.py index d820aa5ba..7a8e90273 100644 --- a/testing/downstream_testing/downstream_runner.py +++ b/testing/downstream_testing/downstream_runner.py @@ -164,7 +164,7 @@ class DownstreamRunner: if filtered_dep and filtered_dep not in found_dep: found_dep.append(filtered_dep) updated_deps.add( - f"!{filtered_dep['gen_exp']} {filtered_dep['src']}" + f"!{filtered_dep['gen_exp']}: {filtered_dep['src']}" ) if not [item for item in updated_deps if pytest_dep in item]: