[SEBA-742] Tech-profile-id as a mandatory field in RCORDSubscriber
Change-Id: I3f7f1e816d7cac457e1e286d809fd2728fb6f0ee
diff --git a/Makefile b/Makefile
index 82c8439..892a527 100644
--- a/Makefile
+++ b/Makefile
@@ -54,13 +54,13 @@
test: test-unit test-migration test-xproto
-test-unit:
+test-unit: venv-service
tox
venv-service:
virtualenv $@;\
source ./$@/bin/activate ; set -u ;\
- pip install -r requirements.txt xosmigrate~=3.2.6
+ pip install -r requirements.txt xosmigrate~=3.2.6 django
create-migration: venv-service
source ./venv-service/bin/activate; set -u;\