Upgrade minimal Cleo to 2.2.0 #95
Annotations
10 errors
Run poetry run pytest --integration -v:
tests/installation/test_executor.py#L1503
test_other_error
AssertionError: assert False
+ where False = <built-in method startswith of str object at 0x1132e4370>('Package operations: 1 install, 0 updates, 0 removals\n\n - Installing simple-project (1.2.3 /Users/runner/work/poetry/poetry/tests/fixtures/non-existing)\n\n FileNotFoundError\n')
+ where <built-in method startswith of str object at 0x1132e4370> = 'Package operations: 1 install, 0 updates, 0 removals\n\n - Installing simple-project (1.2.3 /Users/runner/work/poetry/poetry/tests/fixtures/non-existing)'.startswith
|
Run poetry run pytest --integration -v:
tests/installation/test_executor.py#L417
test_execute_should_show_errors
AssertionError: assert '\nPackage operations: 1 install, 0 updates, 0 removals\n\n - Installing clikit (0.2.3)\n\n Exception\n\n It failed!\n' in '\nPackage operations: 1 install, 0 updates, 0 removals\n\n - Installing clikit (0.2.3)\n'
+ where '\nPackage operations: 1 install, 0 updates, 0 removals\n\n - Installing clikit (0.2.3)\n' = fetch_output()
+ where fetch_output = <cleo.io.buffered_io.BufferedIO object at 0x113735990>.fetch_output
|
Run poetry run pytest --integration -v:
tests/installation/test_executor.py#L1324
test_build_backend_errors_are_reported_correctly_if_caused_by_subprocess[False-exception1-get_requires_for_build]
AssertionError: assert False
+ where False = <built-in method startswith of str object at 0x11240dbd0>('\nPackage operations: 1 install, 0 updates, 0 removals\n\n - Installing simple-project (1.2.3 /Users/runner/work/poetry/poetry/tests/fixtures/simple_project)\n\n IsolatedBuildError\n\n hide the original error\n \n original error\n')
+ where <built-in method startswith of str object at 0x11240dbd0> = '\nPackage operations: 1 install, 0 updates, 0 removals\n\n - Installing simple-project (1.2.3 /Users/runner/work/poetry/poetry/tests/fixtures/simple_project)\n'.startswith
|
Run poetry run pytest --integration -v:
tests/installation/test_executor.py#L1324
test_build_backend_errors_are_reported_correctly_if_caused_by_subprocess[False-exception1-build]
AssertionError: assert False
+ where False = <built-in method startswith of str object at 0x112349960>('\nPackage operations: 1 install, 0 updates, 0 removals\n\n - Installing simple-project (1.2.3 /Users/runner/work/poetry/poetry/tests/fixtures/simple_project)\n\n IsolatedBuildError\n\n hide the original error\n \n original error\n')
+ where <built-in method startswith of str object at 0x112349960> = '\nPackage operations: 1 install, 0 updates, 0 removals\n\n - Installing simple-project (1.2.3 /Users/runner/work/poetry/poetry/tests/fixtures/simple_project)\n'.startswith
|
Run poetry run pytest --integration -v:
tests/installation/test_executor.py#L1626
test_executor_no_supported_hash_types
AssertionError: assert 'No usable hash type(s) for demo' in '\nPackage operations: 1 install, 0 updates, 0 removals\n\n - Installing demo (0.1.0 /Users/runner/work/poetry/poetry/tests/fixtures/distributions/demo-0.1.0.tar.gz)\n'
|
Run poetry run pytest --integration -v:
tests/installation/test_executor.py#L1365
test_build_backend_errors_are_reported_correctly_if_caused_by_subprocess_encoding[Err\xf6r on stderr-latin-1]
AssertionError: assert (('Errör on stderr')) in '\nPackage operations: 1 install, 0 updates, 0 removals\n\n - Installing simple-project (1.2.3 /Users/runner/work/poetry/poetry/tests/fixtures/simple_project)\n'
+ where '\nPackage operations: 1 install, 0 updates, 0 removals\n\n - Installing simple-project (1.2.3 /Users/runner/work/poetry/poetry/tests/fixtures/simple_project)\n' = fetch_output()
+ where fetch_output = <cleo.io.buffered_io.BufferedIO object at 0x113618dd0>.fetch_output
|
Run poetry run pytest --integration -v:
tests/installation/test_executor.py#L1290
test_build_backend_errors_are_reported_correctly_if_caused_by_subprocess[True-exception1-get_requires_for_build]
ImportError: cannot import name 'ExceptionTrace' from 'cleo.ui.exception_trace' (/Users/runner/Library/Caches/pypoetry/virtualenvs/poetry--2IDkNy2-py3.11/lib/python3.11/site-packages/cleo/ui/exception_trace/__init__.py)
|
Run poetry run pytest --integration -v:
tests/installation/test_executor.py#L1408
test_build_system_requires_not_available
assert False
+ where False = <built-in method startswith of str object at 0x10af79df0>("Package operations: 1 install, 0 updates, 0 removals\n\n - Installing simple-project (1.2.3 /Users/runner/work/poetry/poetry/tests/fixtures/build_system_requires_not_available)\n\n SolveFailureError\n\n Because -root- depends on poetry-core (0.999) which doesn't match any versions, version solving failed.\n")
+ where <built-in method startswith of str object at 0x10af79df0> = 'Package operations: 1 install, 0 updates, 0 removals\n\n - Installing simple-project (1.2.3 /Users/runner/work/poetry/poetry/tests/fixtures/build_system_requires_not_available)'.startswith
|
Run poetry run pytest --integration -v:
tests/installation/test_executor.py#L1290
test_build_backend_errors_are_reported_correctly_if_caused_by_subprocess[True-exception0-get_requires_for_build]
ImportError: cannot import name 'ExceptionTrace' from 'cleo.ui.exception_trace' (/Users/runner/Library/Caches/pypoetry/virtualenvs/poetry--2IDkNy2-py3.11/lib/python3.11/site-packages/cleo/ui/exception_trace/__init__.py)
|
Run poetry run pytest --integration -v:
tests/installation/test_executor.py#L1290
test_build_backend_errors_are_reported_correctly_if_caused_by_subprocess[True-exception1-build]
ImportError: cannot import name 'ExceptionTrace' from 'cleo.ui.exception_trace' (/Users/runner/Library/Caches/pypoetry/virtualenvs/poetry--2IDkNy2-py3.11/lib/python3.11/site-packages/cleo/ui/exception_trace/__init__.py)
|
Loading