Unpin test requirements to ensure compatibility with latest releases

This commit is contained in:
Jon Dufresne 2018-11-04 16:40:19 -08:00
parent ec568b5ad9
commit aaad5608dc
2 changed files with 3 additions and 3 deletions

View File

@ -2,4 +2,4 @@
sphinx sphinx
sphinx-rtd-theme sphinx-rtd-theme
mysqlclient mysqlclient
psycopg2==2.6.1 psycopg2

View File

@ -9,9 +9,9 @@ envlist =
[testenv] [testenv]
commands=python {toxinidir}/tests/manage.py test core commands=python {toxinidir}/tests/manage.py test core
deps= deps=
openpyxl==2.4.11 openpyxl
tablibdev: -egit+https://github.com/kennethreitz/tablib.git#egg=tablib tablibdev: -egit+https://github.com/kennethreitz/tablib.git#egg=tablib
tablibstable: tablib==0.12.1 tablibstable: tablib
django18: Django>=1.8,<1.9 django18: Django>=1.8,<1.9
django19: Django>=1.9,<1.10 django19: Django>=1.9,<1.10
django110: Django>=1.10,<1.11 django110: Django>=1.10,<1.11