Add sqlalchemy version cap for tox coverage, docs

this is of course just kicking the can down the road a bit for now...really
need to get the latest zope.sqlalchemy instead...
This commit is contained in:
Lance Edgar 2020-12-04 18:46:58 -06:00
parent 2d8d4659b3
commit 3250347df1

View file

@ -24,6 +24,13 @@ deps =
[testenv:coverage]
basepython = python3
# TODO: capping sqlalchemy for now, to avoid issues w/ zope.sqlalchemy
deps =
coverage
fixture
mock
nose
SQLAlchemy<1.4
commands =
pip install --upgrade pip
pip install --upgrade --upgrade-strategy eager Tailbone rattail[auth,bouncer] rattail-tempmon
@ -31,9 +38,11 @@ commands =
[testenv:docs]
basepython = python3
# TODO: capping sqlalchemy for now, to avoid issues w/ zope.sqlalchemy
deps =
Sphinx
sphinx-rtd-theme
SQLAlchemy<1.4
changedir = docs
commands =
pip install --upgrade pip