Skip to content

Fix test failure: upgrade honcho to 2.0.0 for setuptools 82.0.0 compatibility#521

Merged
xrmx merged 2 commits intodependabot/github_actions/github-actions-6bcdddd9d6from
copilot/sub-pr-520
Feb 17, 2026
Merged

Fix test failure: upgrade honcho to 2.0.0 for setuptools 82.0.0 compatibility#521
xrmx merged 2 commits intodependabot/github_actions/github-actions-6bcdddd9d6from
copilot/sub-pr-520

Conversation

Copy link
Contributor

Copilot AI commented Feb 16, 2026

Container startup was failing with ModuleNotFoundError: No module named 'pkg_resources'. honcho 1.1.0 depends on pkg_resources, which was removed from setuptools 82.0.0+.

Changes:

  • Upgrade honcho from 1.1.0 to 2.0.0 (no longer uses pkg_resources)
  • Add setuptools to requirements.txt (not included by default in Python 3.12+)

The fix ensures compatibility with modern Python and setuptools versions while maintaining the existing process management functionality.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

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>
Copy link
Contributor Author

Copilot AI commented Feb 16, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • metadata.google.internal
    • Triggering command: /app/venv/bin/python python ./manage.py migrate (dns block)
    • Triggering command: /app/venv/bin/python python ./manage.py migrate apt-config shel�� ARCHIVE_KEYRING runtime-runc/moby /usr/bin/dpkg-deb io.containerd.ru/usr/bin/apt-key (dns block)
    • Triggering command: /app/venv/bin/python python ./manage.py migrate 36a/init.pid star�� yts40qpw3ok24rnvg9r3ut432 /usr/bin/git /usr/sbin/dpkg-split 14d6d8a46c821957gpgv p.ci ctl dpkg-split -Qao�� /var/lib/dpkg/re--ignore-time-conflict /tmp/apt-dpkg-in--status-fd ine (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Update docker/build-push-action from 6.18.0 to 6.19.2 Fix test failure: upgrade honcho to 2.0.0 for setuptools 82.0.0 compatibility Feb 16, 2026
@fr4nc1sc0-r4m0n fr4nc1sc0-r4m0n marked this pull request as ready for review February 16, 2026 19:45
@fr4nc1sc0-r4m0n fr4nc1sc0-r4m0n requested a review from a team as a code owner February 16, 2026 19:45
Copy link

@fr4nc1sc0-r4m0n fr4nc1sc0-r4m0n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fr4nc1sc0-r4m0n fr4nc1sc0-r4m0n requested a review from a team February 16, 2026 19:48
@xrmx xrmx merged commit 731da89 into dependabot/github_actions/github-actions-6bcdddd9d6 Feb 17, 2026
1 check passed
@xrmx xrmx deleted the copilot/sub-pr-520 branch February 17, 2026 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants