mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Fix etesync build
This commit is contained in:
parent
b32932bd13
commit
1bdde25c0c
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue