refactor(env_manager): split out python detection #285
tests.yaml
on: pull_request
Annotations
16 errors
Windows (Python 3.8) / pytest:
tests\utils\test_python_manager.py#L107
test_detect_active_python_with_bat
AssertionError: assert WindowsPath('C:/hostedtoolcache/windows/Python/3.9.13/x64/python3.EXE') == WindowsPath('C:/SpecialPython/python.exe')
|
Windows (Python 3.8) / pytest:
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 0x0000016CE894FBB0>.executable
+ and WindowsPath('/usr/bin/python3') = Path('/usr/bin/python3')
|
Windows (Python 3.8) / pytest
Process completed with exit code 1.
|
Windows (Python 3.9) / pytest:
tests\utils\test_python_manager.py#L107
test_detect_active_python_with_bat
AssertionError: assert WindowsPath('C:/hostedtoolcache/windows/Python/3.9.13/x64/python3.EXE') == WindowsPath('C:/SpecialPython/python.exe')
|
Windows (Python 3.9) / pytest:
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 0x000002BFBE335460>.executable
+ and WindowsPath('/usr/bin/python3') = Path('/usr/bin/python3')
|
Windows (Python 3.9) / pytest
Process completed with exit code 1.
|
Windows (Python 3.11) / pytest:
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 0x0000029B73EE0850>.executable
+ and WindowsPath('/usr/bin/python3') = Path('/usr/bin/python3')
|
Windows (Python 3.11) / pytest:
tests\utils\test_python_manager.py#L107
test_detect_active_python_with_bat
AssertionError: assert WindowsPath('C:/hostedtoolcache/windows/Python/3.9.13/x64/python3.EXE') == WindowsPath('C:/SpecialPython/python.exe')
|
Windows (Python 3.11) / pytest
Process completed with exit code 1.
|
Windows (Python 3.12) / pytest:
tests\utils\test_python_manager.py#L107
test_detect_active_python_with_bat
AssertionError: assert WindowsPath('C:/hostedtoolcache/windows/Python/3.9.13/x64/python3.EXE') == WindowsPath('C:/SpecialPython/python.exe')
|
Windows (Python 3.12) / pytest:
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 0x000002866D442E70>.executable
+ and WindowsPath('/usr/bin/python3') = Path('/usr/bin/python3')
|
Windows (Python 3.12) / pytest
Process completed with exit code 1.
|
Windows (Python 3.10) / pytest:
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 0x000001E7F3E558D0>.executable
+ and WindowsPath('/usr/bin/python3') = Path('/usr/bin/python3')
|
Windows (Python 3.10) / pytest:
tests\utils\test_python_manager.py#L107
test_detect_active_python_with_bat
AssertionError: assert WindowsPath('C:/hostedtoolcache/windows/Python/3.9.13/x64/python3.EXE') == WindowsPath('C:/SpecialPython/python.exe')
|
Windows (Python 3.10) / pytest
Process completed with exit code 1.
|
Status
Process completed with exit code 1.
|