Dependabot times out due to not finding system dependancies #11296
Unanswered
freshavocado7
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We use Dependabot to update our Python packages, but recently, Dependabot has been slowing down and not updating as frequently as we’d like.
After investigating the issue, we discovered that a specific Python package was causing a timeout during the
pipenv lock
process. This package requires system dependencies that are unavailable to Dependabot. Although the Dependabot YAML config supports skipping dependencies, it does not skip them while trying to build the lockfile. Below is the traceback:And the dependabot.yml config file
What would be the best approach for this? Or is it something that should be discussed in the pyenv repository instead of here?
Beta Was this translation helpful? Give feedback.
All reactions