2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 11:36:44 +00:00

Allow data operations to run for 'test'

This commit is contained in:
Oliver Walters 2021-04-25 11:59:35 +10:00
parent f766711838
commit b6cfa50e12

View File

@ -29,7 +29,6 @@ def canAppAccessDatabase():
'collectstatic',
'makemessages',
'compilemessages',
'test',
]
for cmd in excluded_commands: