fails when ran with vscode debugger

Tried to dig as to why we ever needed this and could not find the answer. We removed it and ran all the tests and the tests passed so assuming it's no longer needed.
This commit is contained in:
Chris Meyers 2024-02-29 15:02:29 -05:00
parent ec28eff7f7
commit d35d8b6ed7

View File

@ -1,11 +1,6 @@
# Python
from unittest import mock
import uuid
# patch python-ldap
with mock.patch('__main__.__builtins__.dir', return_value=[]):
import ldap # NOQA
# Load development settings for base variables.
from awx.settings.development import * # NOQA