mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 22:07:36 -02:30
fix up python requirements test
This commit is contained in:
@@ -40,6 +40,7 @@ def test_env_matches_requirements_txt():
|
|||||||
if res is False:
|
if res is False:
|
||||||
not_found.append(r)
|
not_found.append(r)
|
||||||
|
|
||||||
raise RuntimeError("%s not found in \n\n%s" % (not_found, reqs_actual))
|
if len(not_found) > 0:
|
||||||
|
raise RuntimeError("%s not found in \n\n%s" % (not_found, reqs_actual))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user