mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Pin dependencies for ete tests
This commit is contained in:
parent
9505430b83
commit
aafafaa501
2 changed files with 3 additions and 3 deletions
4
Makefile
4
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)
|
||||
|
|
|
|||
2
setup.py
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue