From b6cfa50e127d3f74247ab148219ef6336e445cca Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 25 Apr 2021 11:59:35 +1000 Subject: [PATCH] Allow data operations to run for 'test' --- InvenTree/InvenTree/ready.py | 1 - 1 file changed, 1 deletion(-) diff --git a/InvenTree/InvenTree/ready.py b/InvenTree/InvenTree/ready.py index ae9ddacdfc..6facedd6ff 100644 --- a/InvenTree/InvenTree/ready.py +++ b/InvenTree/InvenTree/ready.py @@ -29,7 +29,6 @@ def canAppAccessDatabase(): 'collectstatic', 'makemessages', 'compilemessages', - 'test', ] for cmd in excluded_commands: