| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| fixtures | ||
| __init__.py | ||
| test_env.py | ||
| test_exporter.py | ||
| test_extras.py | ||
| test_helpers.py | ||
| test_password_manager.py | ||
| test_setup_reader.py | ||
| test_toml_file.py |
Until now poetry used the built-in venv module available in Python 3. This has presented a few concerns. Chief of which has been inconsistent environment setup. This includes, but is not limited to, pip version used by the `ensurepip` module which is in turn used by the built-in `venv.EnvBuilder`. Additionally, the `virtualenv` package allows for faster environment creation. This can also allow us to, going forward, drop ad-hoc code required to inspect and manage environments.
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| fixtures | Loading commit data... | |
| __init__.py | Loading commit data... | |
| test_env.py | Loading commit data... | |
| test_exporter.py | Loading commit data... | |
| test_extras.py | Loading commit data... | |
| test_helpers.py | Loading commit data... | |
| test_password_manager.py | Loading commit data... | |
| test_setup_reader.py | Loading commit data... | |
| test_toml_file.py | Loading commit data... |