diff --git a/os_refresh_config/tests/test_os_refresh_config.py b/os_refresh_config/tests/test_os_refresh_config.py index 4a98445..f262f4d 100644 --- a/os_refresh_config/tests/test_os_refresh_config.py +++ b/os_refresh_config/tests/test_os_refresh_config.py @@ -33,6 +33,6 @@ class TestRefreshConfig(testtools.TestCase): def test_default_base_dir_both(self): default = '/usr/libexec/os-refresh-config' deprecated = '/opt/stack/os-config-refresh' - with mock.patch('os.path.isdir', lambda x: (x == default or - x == deprecated)): + with mock.patch('os.path.isdir', lambda x: ( + x == default or x == deprecated)): self.assertEqual(default, os_refresh_config.default_base_dir()) diff --git a/test-requirements.txt b/test-requirements.txt index 28342a5..0c2dafb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,8 +1,7 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 - +hacking>=3.0.1,<3.1.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD python-subunit>=1.0.0 # Apache-2.0/BSD @@ -10,4 +9,3 @@ sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD stestr>=2.0.0 # Apache-2.0 testscenarios>=0.4 # Apache-2.0/BSD testtools>=2.2.0 # MIT -pyflakes>=2.2.0 diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 52b5ae0..603ae00 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -3,4 +3,3 @@ - check-requirements - openstack-cover-jobs - openstack-python3-ussuri-jobs - - tripleo-multinode-container-minimal