Skip to content

Commit

Permalink
[chores] Fixed test project configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy authored and nemesifier committed Jul 1, 2024
1 parent d150127 commit 9329ee3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/openwisp2/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
'openwisp_controller.pki',
'openwisp_controller.config',
'openwisp_controller.connection',
'openwisp_controller.geo',
'openwisp_notifications',
'openwisp_ipam',
'reversion',
Expand Down Expand Up @@ -194,10 +195,6 @@
# Avoid adding unnecessary dependency to speedup tests.
if not TESTING or (TESTING and os.environ.get('WIFI_MESH', False)):
OPENWISP_NETWORK_TOPOLOGY_WIFI_MESH_INTEGRATION = True
INSTALLED_APPS.insert(
INSTALLED_APPS.index('openwisp_controller.connection'),
'openwisp_controller.geo',
)
openwisp_ipam_index = INSTALLED_APPS.index('openwisp_ipam')
INSTALLED_APPS.insert(openwisp_ipam_index, 'leaflet')
INSTALLED_APPS.insert(openwisp_ipam_index, 'nested_admin')
Expand Down

0 comments on commit 9329ee3

Please sign in to comment.