Fix issue where path/to/venv
is ignored and an existing venv is used
#248
Annotations
11 errors
macOS / 3.8
[notice] A new release of pip is available: 21.1.1 -> 24.2
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
Windows / 3.12:
tests\bundlers\test_venv_bundler.py#L379
test_bundler_should_build_a_venv_at_specified_path_if_centralized_venv_exists
poetry.utils.env.exceptions.PythonVersionNotFound: Could not find the python executable python3.12
|
Windows / 3.12
Process completed with exit code 1.
|
Windows / 3.8:
tests\bundlers\test_venv_bundler.py#L379
test_bundler_should_build_a_venv_at_specified_path_if_centralized_venv_exists
poetry.utils.env.exceptions.PythonVersionNotFound: Could not find the python executable python3.8
|
Windows / 3.8
Process completed with exit code 1.
|
Windows / 3.10:
tests\bundlers\test_venv_bundler.py#L379
test_bundler_should_build_a_venv_at_specified_path_if_centralized_venv_exists
poetry.utils.env.exceptions.PythonVersionNotFound: Could not find the python executable python3.10
|
Windows / 3.10
Process completed with exit code 1.
|
Windows / 3.9:
tests\bundlers\test_venv_bundler.py#L379
test_bundler_should_build_a_venv_at_specified_path_if_centralized_venv_exists
poetry.utils.env.exceptions.PythonVersionNotFound: Could not find the python executable python3.9
|
Windows / 3.9
Process completed with exit code 1.
|
Windows / 3.11:
tests\bundlers\test_venv_bundler.py#L379
test_bundler_should_build_a_venv_at_specified_path_if_centralized_venv_exists
poetry.utils.env.exceptions.PythonVersionNotFound: Could not find the python executable python3.11
|
Windows / 3.11
Process completed with exit code 1.
|