Skip to content

Commit

Permalink
fails when ran with vscode debugger
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
chrismeyersfsu committed Feb 29, 2024
1 parent ec28eff commit d35d8b6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions awx/main/tests/settings_for_test.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit d35d8b6

Please sign in to comment.