-
Notifications
You must be signed in to change notification settings - Fork 3k
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
tests take too long to run #1721
Comments
Some suggestions:
|
Thanks, done the *first in #1726, updated the issue to be a checklist |
cool.
|
about |
slowest tests on my Mac when using local devpi server:
|
@grzn that particular test is about testing vcs paths, not downloading from pypi |
isn't the test installs virtualenv from a specific commit, then attempts to upgrade from the index (pypi)? we can't just replace it with pip-test-package because its not on pypi? |
the 3 at the top take 60% of total time |
Definitely, it would be great to chop pip's testing time in half or more, if these can be optimized. |
@grzn oh about |
I prefer to build one for this test and not rely on other packages that are not controlled by pypa and that can disappear from pypi or github and then break the test |
https://github.com/kennethreitz/envoy could be a good candidate |
You can check |
Closing in favour of #4497. |
mainly because of the various repository cloning being done in the tests from the internet, mainly from GitHub.
Here are some very slow tests, for example:
The text was updated successfully, but these errors were encountered: