Skip to content

Commit fea32eb

Browse files
committed
Merge branch 'VolumeBind' of https://github.com/keloyang/docker-py into keloyang-VolumeBind
2 parents 8bdaffc + f4b3a1b commit fea32eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration/container_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import os
2-
import shutil
32
import signal
43
import tempfile
54

@@ -380,7 +379,6 @@ def setUp(self):
380379

381380
# Get a random pathname - we don't need it to exist locally
382381
self.mount_origin = tempfile.mkdtemp()
383-
shutil.rmtree(self.mount_origin)
384382
self.filename = 'shared.txt'
385383

386384
self.run_with_volume(

0 commit comments

Comments
 (0)