Skip to content

Commit aafafaa

Browse files
author
Hugo Osvaldo Barrera
committed
Pin dependencies for ete tests
1 parent 9505430 commit aafafaa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ ifeq ($(COVERAGE), true)
3636
endif
3737

3838
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
4141
endif
4242

4343
PYTEST = py.test $(PYTEST_ARGS)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def run(self):
7171
# Optional dependencies
7272
extras_require={
7373
'google': ['requests-oauthlib'],
74-
'etesync': ['etesync==0.5.2']
74+
'etesync': ['etesync==0.5.2', 'django<2.0']
7575
},
7676

7777
# Build dependencies

0 commit comments

Comments
 (0)