Skip to content

Commit 0e1cd05

Browse files
committed
No need to actually fetch the external for an import
1 parent 018d3c3 commit 0e1cd05

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

features/steps/svn_steps.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def add_externals(externals):
6161
["svn", "propset", "svn:externals", "-F", external_list.name, "."]
6262
)
6363
commit_all("Added externals")
64-
subprocess.check_call(["svn", "update"])
6564

6665

6766
@given("a svn repo with the following externals")

0 commit comments

Comments
 (0)