chore: update dependencies #2747
tests.yaml
on: pull_request
Annotations
12 errors and 1 warning
|
Ubuntu (Python 3.14) / pytest:
tests/installation/test_executor.py#L440
test_execute_build_constraints_passed[git]
assert {'', ' 2...l_vars)', ...} == {'', ' - Ins..., 0 removals'}
Extra items in the left set:
' 257│ except KeyError as var:'
' at /opt/hostedtoolcache/Python/3.14.4/x64/lib/python3.14/sysconfig/__init__.py:256 in _subst_vars'
'Cannot install simple-project.'
' 263│ def _extend_dict(target_dict, other_dict):'
' 252│ '
' 260│ except KeyError:'
' → 256│ return s.format(**local_vars)'
" → 261│ raise AttributeError(f'{var}') from None"
' at /opt/hostedtoolcache/Python/3.14.4/x64/lib/python3.14/sysconfig/__init__.py:259 in _subst_vars'
'The following error occurred when trying to handle this error:'
' → 259│ return s.format(**os.environ)'
' 258│ try:'
' 259│ return s.format(**os.environ)'
' 253│ '
' 256│ return s.format(**local_vars)'
' 262│ '
' 265│ for key, value in other_dict.items():'
" 261│ raise AttributeError(f'{var}') from None"
' KeyError'
' AttributeError'
' at /opt/hostedtoolcache/Python/3.14.4/x64/lib/python3.14/sysconfig/__init__.py:261 in _subst_vars'
' 255│ try:'
'Cannot install demo.'
' 264│ target_keys = target_dict.keys()'
" 'installed_base'"
' 254│ def _subst_vars(s, local_vars):'
Full diff:
{
'',
+ ' 252│ ',
+ ' 253│ ',
+ ' 254│ def _subst_vars(s, local_vars):',
+ ' 255│ try:',
+ ' 256│ return s.format(**local_vars)',
+ ' 257│ except KeyError as var:',
+ ' 258│ try:',
+ ' 259│ return s.format(**os.environ)',
+ ' 260│ except KeyError:',
+ " 261│ raise AttributeError(f'{var}') from None",
+ ' 262│ ',
+ ' 263│ def _extend_dict(target_dict, other_dict):',
+ ' 264│ target_keys = target_dict.keys()',
+ ' 265│ for key, value in other_dict.items():',
+ ' → 256│ return s.format(**local_vars)',
+ ' → 259│ return s.format(**os.environ)',
+ " → 261│ raise AttributeError(f'{var}') from None",
+ " 'installed_base'",
' - Installing demo (0.1.0 master)',
' - Installing simple-project (1.2.3 '
'/home/runner/work/poetry/poetry/tests/fixtures/simple_project)',
+ ' AttributeError',
+ ' KeyError',
+ ' at '
+ '/opt/hostedtoolcache/Python/3.14.4/x64/lib/python3.14/sysconfig/__init__.py:256 '
+ 'in _subst_vars',
+ ' at '
+ '/opt/hostedtoolcache/Python/3.14.4/x64/lib/python3.14/sysconfig/__init__.py:259 '
+ 'in _subst_vars',
+ ' at '
+ '/opt/hostedtoolcache/Python/3.14.4/x64/lib/python3.14/sysconfig/__init__.py:261 '
+ 'in _subst_vars',
+ 'Cannot install demo.',
+ 'Cannot install simple-project.',
'Package operations: 2 installs, 0 updates, 0 removals',
+ 'The following error occurred when trying to handle this error:',
}
|
|
Ubuntu (Python 3.14) / pytest:
tests/repositories/test_legacy_repository.py#L144
test_get_package_information_fallback_read_setup[legacy_repository_html]
AttributeError: 'installed_base'
|
|
Ubuntu (Python 3.14) / pytest:
tests/repositories/test_legacy_repository.py#L525
test_get_package_retrieves_packages_with_no_hashes[legacy_repository_html]
AttributeError: 'installed_base'
|
|
Ubuntu (Python 3.14) / pytest:
tests/masonry/builders/test_editable_builder.py#L393
test_builder_should_execute_build_scripts
AttributeError: 'installed_base'. Did you mean: 'path'?
|
|
Ubuntu (Python 3.14) / pytest:
tests/masonry/builders/test_editable_builder.py#L140
test_builder_installs_proper_files_for_standard_packages[simple_project]
AttributeError: 'installed_base'
|
|
Ubuntu (Python 3.14) / pytest:
tests/masonry/builders/test_editable_builder.py#L296
test_builder_setup_generation_runs_with_pip_editable
AttributeError: 'installed_base'
|
|
Ubuntu (Python 3.14) / pytest:
tests/masonry/builders/test_editable_builder.py#L140
test_builder_installs_proper_files_for_standard_packages[simple_project_legacy]
AttributeError: 'installed_base'
|
|
Ubuntu (Python 3.14) / pytest:
tests/installation/test_installer.py#L1619
test_installer_with_pypi_repository[True]
assert 1 == 0
|
|
Ubuntu (Python 3.14) / pytest:
tests/installation/test_installer.py#L1619
test_installer_with_pypi_repository[False]
assert 1 == 0
|
|
Ubuntu (Python 3.14) / pytest:
tests/installation/test_installer.py#L1008
test_run_with_optional_and_platform_restricted_dependencies[True]
ModuleNotFoundError: No module named '_sysconfigdata__darwin_x86_64-linux-gnu'
|
|
Tests
Canceling since a higher priority waiting request for Tests-chore-update-dependencies exists
|
|
Status
Process completed with exit code 1.
|
|
Detect changed files
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|