mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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
|
endif
|
||||||
|
|
||||||
ifeq ($(ETESYNC_TESTS), true)
|
ifeq ($(ETESYNC_TESTS), true)
|
||||||
TEST_EXTRA_PACKAGES += git+https://github.com/etesync/journal-manager
|
TEST_EXTRA_PACKAGES += django-etesync-journal django djangorestframework wsgi_intercept drf-nested-routers
|
||||||
TEST_EXTRA_PACKAGES += django djangorestframework wsgi_intercept drf-nested-routers
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PYTEST = py.test $(PYTEST_ARGS)
|
PYTEST = py.test $(PYTEST_ARGS)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue