Skip to content

Commit ab7388c

Browse files
committed
temporary fix to use commit for test
this should be reverted once cruft/cookiecutter-test#7 has been merged
1 parent 71a0a65 commit ab7388c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/test_cli.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,11 @@ def test_local_extension_update(cruft_runner, tmpdir):
689689
"--project-dir",
690690
str(tmpdir / "test"),
691691
"--checkout",
692-
"extensions-update",
692+
# TODO: This should be reverted to the
693+
# extensions-update branch once
694+
# https://github.com/cruft/cookiecutter-test/pull/7
695+
# has been merged
696+
"4db2048dfe694ead11706e7438c40c5bed6ae619",
693697
"--skip-apply-ask",
694698
]
695699
)

0 commit comments

Comments
 (0)