Skip to content

Commit 731da89

Browse files
Fix test failure: upgrade honcho to 2.0.0 for setuptools 82.0.0 compatibility (#521)
* Initial plan * Fix failing test by upgrading honcho to 2.0.0 The tests were failing because honcho 1.1.0 depends on pkg_resources which has been removed from setuptools 82.0.0. Upgrading honcho to 2.0.0 fixes the compatibility issue with modern Python and setuptools versions. Co-authored-by: fr4nc1sc0-r4m0n <215478872+fr4nc1sc0-r4m0n@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: fr4nc1sc0-r4m0n <215478872+fr4nc1sc0-r4m0n@users.noreply.github.com>
1 parent c27b862 commit 731da89

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ amqp==5.3.1
33
celery==5.4.0
44
future==1.0.0
55
certifi
6+
setuptools
67
dj-database-url==2.3.0
78
django-redis==5.4.0
89
elastic-apm==6.25.0
910
elasticsearch==8.17.2
1011
elasticsearch-dsl==8.17.1
1112
elastic-transport==8.17.1
1213
gunicorn==23.0.0
13-
honcho==1.1.0
14+
honcho==2.0.0
1415
kombu==5.5.2
1516
psycopg2-binary==2.9.10
1617
pytz

0 commit comments

Comments
 (0)