diff --git a/fuxi/tests/fullstack/test_volume.py b/fuxi/tests/fullstack/test_volume.py index ccb3d27..67883e4 100644 --- a/fuxi/tests/fullstack/test_volume.py +++ b/fuxi/tests/fullstack/test_volume.py @@ -31,7 +31,6 @@ class VolumeTest(fuxi_base.FuxiBaseTest): driver_opts = { 'size': '1', 'fstype': 'ext4', - 'multiattach': 'true', } vol_name = utils.get_random_string(8) self.docker_client.create_volume(name=vol_name, driver='fuxi', diff --git a/test-requirements.txt b/test-requirements.txt index c33bacc..ed53301 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking<0.11,>=0.10.2 # Apache-2.0 +hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 coverage>=4.0 # Apache-2.0 docker-py>=1.8.1 # Apache-2.0