diff --git a/Makefile b/Makefile index f7a5513..9f69944 100644 --- a/Makefile +++ b/Makefile @@ -36,8 +36,8 @@ 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 += git+https://github.com/etesync/journal-manager@v0.5.2 + TEST_EXTRA_PACKAGES += django djangorestframework==3.8.2 wsgi_intercept drf-nested-routers endif PYTEST = py.test $(PYTEST_ARGS) diff --git a/setup.py b/setup.py index b35c3bc..552165f 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ setup( # Optional dependencies extras_require={ 'google': ['requests-oauthlib'], - 'etesync': ['etesync==0.5.2'] + 'etesync': ['etesync==0.5.2', 'django<2.0'] }, # Build dependencies