Skip to content

Commit

Permalink
Merge branch 'main' into redshift_merge_incremental
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Jun 28, 2023
2 parents bba0266 + 607c309 commit 67c73b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Fixes-20230628-123227.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Fixes
body: Remove dependent_projects argument from PartialProject call in unit tests
time: 2023-06-28T12:32:27.637669-04:00
custom:
Author: mikealfare
Issue: "7955"
1 change: 0 additions & 1 deletion tests/unit/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def project_from_dict(project, profile, packages=None, selectors=None, cli_vars=
project_root=project_root,
project_dict=project,
packages_dict=packages,
dependent_projects_dict={},
selectors_dict=selectors,
)
return partial.render(renderer)
Expand Down

0 comments on commit 67c73b4

Please sign in to comment.