Merge branch 'VolumeBind' of https://github.com/keloyang/docker-py into keloyang-VolumeBind

This commit is contained in:
Joffrey F 2016-02-08 11:30:34 -08:00
commit fea32eb983
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
import os
import shutil
import signal
import tempfile
@ -380,7 +379,6 @@ class VolumeBindTest(helpers.BaseTestCase):
# Get a random pathname - we don't need it to exist locally
self.mount_origin = tempfile.mkdtemp()
shutil.rmtree(self.mount_origin)
self.filename = 'shared.txt'
self.run_with_volume(