From ae8488e197b2c7df4a7f2217a11176e768fba87c Mon Sep 17 00:00:00 2001 From: Denys Zhdanov Date: Sun, 25 Aug 2024 20:51:54 +0200 Subject: [PATCH] simplify tox --- tox.ini | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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]