mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 17:07:33 -02:30
Fix auth-related errors breaking unit tests.
This commit is contained in:
@@ -76,11 +76,8 @@ include(optional('/etc/tower/conf.d/*.py'), scope=locals())
|
||||
# default settings for development. If not present, we can still run using
|
||||
# only the defaults.
|
||||
try:
|
||||
include(
|
||||
optional('local_*.py'),
|
||||
'postprocess.py',
|
||||
scope=locals(),
|
||||
)
|
||||
include(optional('local_*.py'), scope=locals())
|
||||
include('postprocess.py', scope=locals())
|
||||
except ImportError:
|
||||
traceback.print_exc()
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user