Fix etesync build

This commit is contained in:
Markus Unterwaditzer 2017-12-04 19:51:36 +01:00
parent b32932bd13
commit 1bdde25c0c

View file

@ -36,8 +36,7 @@ ifeq ($(COVERAGE), true)
endif
ifeq ($(ETESYNC_TESTS), true)
TEST_EXTRA_PACKAGES += git+https://github.com/etesync/journal-manager
TEST_EXTRA_PACKAGES += django djangorestframework wsgi_intercept drf-nested-routers
TEST_EXTRA_PACKAGES += django-etesync-journal django djangorestframework wsgi_intercept drf-nested-routers
endif
PYTEST = py.test $(PYTEST_ARGS)