Skip to content

Commit c9d856f

Browse files
committed
use --force in test_update_branch_github because --pr-commit-msg is used when adding new easyconfigs with --update-branch-github
1 parent 2e3587e commit c9d856f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/framework/options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4726,6 +4726,7 @@ def test_update_branch_github(self):
47264726
'--github-user=boegel', # used to determine account to grab branch from (no GitHub token needed)
47274727
toy_ec,
47284728
'--pr-commit-msg="this is just a test"',
4729+
'--force', # force required because we're using --pr-commit-msg when only adding new easyconfigs
47294730
'-D',
47304731
]
47314732
txt, _ = self._run_mock_eb(args, do_build=True, raise_error=True, testing=False)

0 commit comments

Comments
 (0)