File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ ifeq ($(COVERAGE), true)
36
36
endif
37
37
38
38
ifeq ($(ETESYNC_TESTS ) , true)
39
- TEST_EXTRA_PACKAGES += git+https://github.com/etesync/journal-manager
40
- TEST_EXTRA_PACKAGES += django djangorestframework wsgi_intercept drf-nested-routers
39
+ TEST_EXTRA_PACKAGES += git+https://github.com/etesync/journal-manager@v0.5.2
40
+ TEST_EXTRA_PACKAGES += django djangorestframework==3.8.2 wsgi_intercept drf-nested-routers
41
41
endif
42
42
43
43
PYTEST = py.test $(PYTEST_ARGS )
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def run(self):
71
71
# Optional dependencies
72
72
extras_require = {
73
73
'google' : ['requests-oauthlib' ],
74
- 'etesync' : ['etesync==0.5.2' ]
74
+ 'etesync' : ['etesync==0.5.2' , 'django<2.0' ]
75
75
},
76
76
77
77
# Build dependencies
You can’t perform that action at this time.
0 commit comments