Skip to content

Commit

Permalink
chore: 处理测试依赖包版本冲突
Browse files Browse the repository at this point in the history
  • Loading branch information
unique0lai committed Jan 13, 2025
1 parent 28691a3 commit 2dd0430
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bkmonitor/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ django-filter==2.4.0
drf-yasg==1.21.5

# celery & django
importlib-metadata==4.12.0 # 锁定间接依赖版本避免 kombu 报错
celery==5.1.2
django-celery-beat==2.2.1
django-celery-results==2.2.0
Expand Down Expand Up @@ -124,4 +123,4 @@ pika==1.3.2
python-dotenv==0.21.1

# 间接依赖
importlib-metadata==4.12.0
importlib-metadata==4.2.0 # 与pytest/kombu冲突,需要锁定版本

0 comments on commit 2dd0430

Please sign in to comment.