Skip to content

Commit

Permalink
Limit importlib_metadata version on Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed Oct 25, 2022
1 parent 79fd2b1 commit 989d060
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ deps=
bottle: webtest==2.0.35
bottle: bottle==0.12.18
celery4: celery>=4,<5
py37-celery4: importlib_metadata<5
celery5: celery>=5,<6
celery5: pytest-celery
py37-celery5: importlib_metadata<5
flask: flask
flask: blinker
tornado: tornado
Expand Down

0 comments on commit 989d060

Please sign in to comment.