Skip to content

Commit

Permalink
Update celery tox matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed Oct 2, 2024
1 parent 38b5feb commit 68aa7ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ envlist =
python-agent_unittests-{py37,py38,py39,py310,py311,py312}-{with,without}_extensions,
python-agent_unittests-pypy310-without_extensions,
python-application_celery-{py37,py38,py39,py310,py311,py312,pypy310}-celerylatest,
python-application_celery-py311-celery{0503,0502,0501},
python-application_celery-py311-celery{0504,0503,0502},
python-component_djangorestframework-{py37,py38,py39,py310,py311,py312}-djangorestframeworklatest,
python-component_flask_rest-{py38,py39,py310,py311,py312,pypy310}-flaskrestxlatest,
python-component_flask_rest-py37-flaskrestx110,
Expand Down Expand Up @@ -200,9 +200,9 @@ deps =
agent_features: beautifulsoup4
agent_features: protobuf
application_celery-celerylatest: celery[pytest]
application_celery-celery0504: celery[pytest]<5.5
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 68aa7ae

Please sign in to comment.