Skip to content

Commit

Permalink
Expand celery testing matrix to all supported minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed Apr 18, 2024
1 parent 6a56363 commit d4b243b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ envlist =
python-agent_streaming-py39-protobuf{03,0319}-{with,without}_extensions,
python-agent_unittests-{py27,py37,py38,py39,py310,py311,py312}-{with,without}_extensions,
python-agent_unittests-{pypy27,pypy310}-without_extensions,
python-application_celery-{py27,py37,py38,py39,py310,py311,py312,pypy27,pypy310},
python-application_celery-{py37,py38,py39,py310,py311,py312,pypy310}-celerylatest,
python-application_celery-py311-celery{0503,0502,0501},
python-component_djangorestframework-{py37,py38,py39,py310,py311,py312}-djangorestframeworklatest,
python-component_flask_rest-py37-flaskrestx110,
python-component_flask_rest-{py38,py39,py310,py311,py312,pypy310}-flaskrestxlatest,
Expand Down Expand Up @@ -201,7 +202,10 @@ deps =
agent_features: beautifulsoup4
agent_features-{py37,py38,py39,py310,py311,py312,pypy310}: protobuf
agent_features-{py27,pypy27}: protobuf<3.18.0
application_celery: celery[pytest]<6.0
application_celery-celerylatest: celery[pytest]
application_celery-celery0503: celery[pytest]<5.4
application_celery-celery0502: celery[pytest]<5.3
application_celery-celery0501: celery[pytest]<5.2
application_celery-{py37,pypy310}: importlib-metadata<5.0
mlmodel_sklearn: pandas
mlmodel_sklearn: protobuf
Expand Down

0 comments on commit d4b243b

Please sign in to comment.