diff --git a/roles/prepare-zanata-client/files/get-modulename.py b/roles/prepare-zanata-client/files/get-modulename.py index 25b48603..8f09f32c 100755 --- a/roles/prepare-zanata-client/files/get-modulename.py +++ b/roles/prepare-zanata-client/files/get-modulename.py @@ -108,5 +108,6 @@ def main(): if modules: print(' '.join(modules)) + if __name__ == '__main__': main() diff --git a/test-requirements.txt b/test-requirements.txt index da63a2dd..a6e363f7 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>=1.1.0,<1.2 # Apache-2.0 +hacking>=2.0.0,<2.1 # Apache-2.0 zuul ansible>=2.7.0,<2.8