Skip to content

Commit 65995af

Browse files
authored
Merge pull request #2059 from apache/jbilleter/casd-assets
tests/integration/pullbuildtrees.py: Clear local asset cache
2 parents ff05a8d + 435ebf4 commit 65995af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/pullbuildtrees.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
# cleared as just forcefully removing the refpath leaves dangling objects.
3939
def default_state(cli, tmpdir, share):
4040
shutil.rmtree(os.path.join(str(tmpdir), "cas"))
41+
shutil.rmtree(os.path.join(str(tmpdir), "assets"))
4142
cli.configure(
4243
{
4344
"artifacts": {"servers": [{"url": share.repo, "push": False}]},

0 commit comments

Comments
 (0)