Pin dependencies for ete tests

This commit is contained in:
Hugo Osvaldo Barrera 2020-06-08 17:16:28 +02:00
parent 9505430b83
commit aafafaa501
2 changed files with 3 additions and 3 deletions

View file

@ -36,8 +36,8 @@ 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 += git+https://github.com/etesync/journal-manager@v0.5.2
TEST_EXTRA_PACKAGES += django djangorestframework wsgi_intercept drf-nested-routers TEST_EXTRA_PACKAGES += django djangorestframework==3.8.2 wsgi_intercept drf-nested-routers
endif endif
PYTEST = py.test $(PYTEST_ARGS) PYTEST = py.test $(PYTEST_ARGS)

View file

@ -71,7 +71,7 @@ setup(
# Optional dependencies # Optional dependencies
extras_require={ extras_require={
'google': ['requests-oauthlib'], 'google': ['requests-oauthlib'],
'etesync': ['etesync==0.5.2'] 'etesync': ['etesync==0.5.2', 'django<2.0']
}, },
# Build dependencies # Build dependencies