@@ -91,7 +91,7 @@ envlist =
9191 python-agent_unittests-{py37,py38,py39,py310,py311,py312}-{with,without}_extensions,
9292 python-agent_unittests-pypy310-without_extensions,
9393 python-application_celery-{py37,py38,py39,py310,py311,py312,pypy310}-celerylatest,
94- python-application_celery-py311-celery{0503,0502,0501 },
94+ python-application_celery-py311-celery{0504, 0503,0502},
9595 python-component_djangorestframework-{py37,py38,py39,py310,py311,py312}-djangorestframeworklatest,
9696 python-component_flask_rest-{py38,py39,py310,py311,py312,pypy310}-flaskrestxlatest,
9797 python-component_flask_rest-py37-flaskrestx110,
@@ -156,8 +156,9 @@ envlist =
156156 python-template_jinja2-py37-jinja2030103,
157157 python-template_mako-{py37,py38,py39,py310,py311,py312},
158158 rabbitmq-messagebroker_pika-{py37,py38,py39,py310,py311,py312,pypy310}-pikalatest,
159- redis-datastore_redis-{py37,py38,py39,py310,py311,py312,pypy310}-redis{04,latest},
160- rediscluster-datastore_rediscluster-{py37,py311,py312,pypy310}-redislatest,
159+ redis-datastore_redis-{py37,py311,pypy310}-redis04,
160+ redis-datastore_redis-{py37,py38,py39,py310,py311,py312,pypy310}-redislatest,
161+ rediscluster-datastore_rediscluster-{py37,py312,pypy310}-redislatest,
161162 solr-datastore_pysolr-{py37,py38,py39,py310,py311,py312,pypy310},
162163
163164[testenv]
@@ -199,9 +200,9 @@ deps =
199200 agent_features: beautifulsoup4
200201 agent_features: protobuf
201202 application_celery-celerylatest: celery[pytest]
203+ application_celery-celery0504: celery[pytest]<5.5
202204 application_celery-celery0503: celery[pytest]<5.4
203205 application_celery-celery0502: celery[pytest]<5.3
204- application_celery-celery0501: celery[pytest]<5.2
205206 application_celery-{py37,pypy310}: importlib-metadata<5.0
206207 mlmodel_sklearn: pandas
207208 mlmodel_sklearn: protobuf
0 commit comments