Currently, poetry install will clone, build and install every git dependency when it's not present in the environment. This is OK for developer's machines, but not OK for CI - there environment is always fresh, and installing git dependencies takes significant time on each CI run, especially if the dependency has C extensions that need to be built. This commit builds a wheel for every git dependency that has precise reference hash in lock file and is not required to be in editable mode, stores that wheel in a cache dir and will install from it instead of cloning the repository again.
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| fixtures | Loading commit data... | |
| __init__.py | Loading commit data... | |
| conftest.py | Loading commit data... | |
| test_authenticator.py | Loading commit data... | |
| test_cache.py | Loading commit data... | |
| test_dependency_specification.py | Loading commit data... | |
| test_env.py | Loading commit data... | |
| test_env_site.py | Loading commit data... | |
| test_extras.py | Loading commit data... | |
| test_helpers.py | Loading commit data... | |
| test_password_manager.py | Loading commit data... | |
| test_patterns.py | Loading commit data... | |
| test_pip.py | Loading commit data... | |
| test_setup_reader.py | Loading commit data... | |
| test_source.py | Loading commit data... |