New CI and applied new ruff rules #2
Triggered via pull request
September 26, 2024 14:42
Status
Failure
Total duration
1m 38s
Artifacts
–
Annotations
9 errors
Windows / 3.9:
tests\test_venv_modifier.py#L36
test_executes_modifications_for_env_command[True]
AssertionError: assert WindowsPath('D:/monorepo_root') == WindowsPath('/monorepo_root')
+ where WindowsPath('/monorepo_root') = Path('/monorepo_root')
|
Windows / 3.9:
tests\test_venv_modifier.py#L36
test_executes_modifications_for_env_command[False]
AssertionError: assert WindowsPath('D:/monorepo_root') == WindowsPath('/monorepo_root')
+ where WindowsPath('/monorepo_root') = Path('/monorepo_root')
|
Windows / 3.9
Process completed with exit code 1.
|
Windows / 3.10:
tests\test_venv_modifier.py#L36
test_executes_modifications_for_env_command[True]
AssertionError: assert WindowsPath('D:/monorepo_root') == WindowsPath('/monorepo_root')
+ where WindowsPath('/monorepo_root') = Path('/monorepo_root')
|
Windows / 3.10:
tests\test_venv_modifier.py#L36
test_executes_modifications_for_env_command[False]
AssertionError: assert WindowsPath('D:/monorepo_root') == WindowsPath('/monorepo_root')
+ where WindowsPath('/monorepo_root') = Path('/monorepo_root')
|
Windows / 3.10
Process completed with exit code 1.
|
Windows / 3.11:
tests\test_venv_modifier.py#L36
test_executes_modifications_for_env_command[True]
AssertionError: assert WindowsPath('D:/monorepo_root') == WindowsPath('/monorepo_root')
+ where WindowsPath('/monorepo_root') = Path('/monorepo_root')
|
Windows / 3.11:
tests\test_venv_modifier.py#L36
test_executes_modifications_for_env_command[False]
AssertionError: assert WindowsPath('D:/monorepo_root') == WindowsPath('/monorepo_root')
+ where WindowsPath('/monorepo_root') = Path('/monorepo_root')
|
Windows / 3.11
Process completed with exit code 1.
|