mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 22:48:02 -03:30
fix up python requirements test
This commit is contained in:
parent
1883485724
commit
e7b9410361
@ -40,6 +40,7 @@ def test_env_matches_requirements_txt():
|
||||
if res is False:
|
||||
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))
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user