fix final dependency formatting

This commit is contained in:
sommersoft 2022-04-03 10:21:01 -05:00
parent e718e30aa6
commit 2343f8b4fd
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ class DownstreamRunner:
if filtered_dep and filtered_dep not in found_dep: if filtered_dep and filtered_dep not in found_dep:
found_dep.append(filtered_dep) found_dep.append(filtered_dep)
updated_deps.add( 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]: if not [item for item in updated_deps if pytest_dep in item]: