Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resolver ran for more than an hour on Klein #9601

Closed
glyph opened this issue Feb 11, 2021 · 1 comment
Closed

resolver ran for more than an hour on Klein #9601

glyph opened this issue Feb 11, 2021 · 1 comment

Comments

@glyph
Copy link

glyph commented Feb 11, 2021

Klein has ben intermittently and unreliably producing EXTREMELY long tox environment installs.

Klein version c5b0b2b05d2616ae98a3e00451460b461628db9e

Twisted trunk version 7cf6c8bc320ac5fd96b4784f6feb932ea819856d

I ran tox -vvvv -r -e coverage-py39-twtrunk and watched it spin for about an hour. All other environments (besides the PyPy ones which are broken for other reasons eventually pass, usually after about 6-7 minutes (which is still 10x the amount of time it actually takes to run the tests).

I don't have dep trees or anything here because attempting to dig out exactly which pip invocation is the problem is tough; I need to use something like https://github.com/pglass/tox-pip-version to inject the pip version and I don't have the time to fiddle with this that much that right now, so I wanted to get this filed first.

@pradyunsg
Copy link
Member

This seems to be a duplicate of #9187.

You can also use --use-deprecated=legacy-resolver (or the env-var equivalents) for now, until we figure out a good way to deal with the issue of behaviour with extremely tricky dep trees with conflicts.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants