refactor(env_manager): split out python detection #467
Annotations
3 errors
Run poetry run pytest --integration -v:
tests\utils\test_python_manager.py#L108
test_detect_active_python_with_bat
AssertionError: assert WindowsPath('C:/hostedtoolcache/windows/Python/3.9.13/x64/python3.EXE') == WindowsPath('C:/SpecialPython/python.exe')
|
Run poetry run pytest --integration -v:
tests\utils\test_python_manager.py#L67
test_python_get_preferred_activated
AssertionError: assert WindowsPath('/usr/bin/python3.EXE') == WindowsPath('/usr/bin/python3')
+ where WindowsPath('/usr/bin/python3.EXE') = <poetry.utils.env.python_manager.Python object at 0x0000020E38622B80>.executable
+ and WindowsPath('/usr/bin/python3') = Path('/usr/bin/python3')
|
Run poetry run pytest --integration -v
Process completed with exit code 1.
|
Loading