diff --git a/tox.ini b/tox.ini index 508812f45..8a8b58cc1 100644 --- a/tox.ini +++ b/tox.ini @@ -8,8 +8,7 @@ python = [tox] envlist = - py{38,39,310,311,312}-django42-pyparsing3{,-msgpack}, - lint, docs + py{38,39,310,311,312},lint, docs [testenv] whitelist_externals = @@ -32,17 +31,16 @@ deps = django-tagging pytz mock + msgpack-python git+https://github.com/graphite-project/whisper.git#egg=whisper git+https://github.com/graphite-project/ceres.git#egg=ceres - pyparsing3: pyparsing>=3.0.6 - django32: Django>=4.2,<5 - pyparsing: pyparsing>=2.3.0 + pyparsing>=3.0.6 + Django>=4.2,<5 urllib3 redis rrdtool mysql: mysqlclient postgresql: psycopg2 - msgpack: msgpack-python pyhash: pyhash [testenv:docs]