Skip to content

update pdm lockfile #1191

update pdm lockfile

update pdm lockfile #1191

Triggered via push October 8, 2024 09:31
Status Failure
Total duration 3m 31s
Artifacts
Matrix: static_checks
Matrix: test
publish
0s
publish
Fit to window
Zoom out
Zoom in

Annotations

114 errors and 8 warnings
test (3.13, ubuntu-latest, 6.1.1, from lockfile)
The version '3.13' with architecture 'x64' was not found for Ubuntu 22.04. The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
test (3.13, ubuntu-latest, 6.1.1, 8.0)
The version '3.13' with architecture 'x64' was not found for Ubuntu 22.04. The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
test (3.13, ubuntu-latest, from lockfile, from lockfile)
The version '3.13' with architecture 'x64' was not found for Ubuntu 22.04. The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
test (3.13, macos-12, 6.1.1, 8.0)
The version '3.13' with architecture 'x64' was not found for macOS 12.7.6. The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
test (3.13, macos-12, 6.1.1, from lockfile)
The version '3.13' with architecture 'x64' was not found for macOS 12.7.6. The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
test (3.13, macos-12, from lockfile, from lockfile)
The version '3.13' with architecture 'x64' was not found for macOS 12.7.6. The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
test (3.13, windows-latest, 6.1.1, 8.0)
The version '3.13' with architecture 'x64' was not found for Windows 2022. The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
test (3.13, ubuntu-latest, from lockfile, 8.0)
The version '3.13' with architecture 'x64' was not found for Ubuntu 22.04. The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
test (3.13, windows-latest, from lockfile, 8.0)
The version '3.13' with architecture 'x64' was not found for Windows 2022. The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
test (3.13, windows-latest, from lockfile, from lockfile)
The version '3.13' with architecture 'x64' was not found for Windows 2022. The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
test (3.13, windows-latest, 6.1.1, from lockfile)
The version '3.13' with architecture 'x64' was not found for Windows 2022. The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
test (3.13, macos-12, from lockfile, 8.0)
The version '3.13' with architecture 'x64' was not found for macOS 12.7.6. The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
Ruff (F821): pytest_robotframework/__init__.py#L508
pytest_robotframework/__init__.py:508:11: F821 Undefined name `Iterable`
Ruff (F821): pytest_robotframework/__init__.py#L509
pytest_robotframework/__init__.py:509:13: F821 Undefined name `Mapping`
Ruff (F821): pytest_robotframework/__init__.py#L527
pytest_robotframework/__init__.py:527:44: F821 Undefined name `Iterator`
Ruff (F821): pytest_robotframework/__init__.py#L705
pytest_robotframework/__init__.py:705:38: F821 Undefined name `Iterator`
Ruff (DOC402): pytest_robotframework/__init__.py#L729
pytest_robotframework/__init__.py:729:9: DOC402 `yield` is not documented in docstring
Ruff (F401): pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py#L11
pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:11:71: F401 `typing.Tuple` imported but unused
static_checks (3.12, macos-latest)
Process completed with exit code 1.
static_checks (3.12, macos-latest): pytest_robotframework/__init__.py#L508
Type of parameter "args" is partially unknown   Parameter type is "Unknown | None" (reportUnknownParameterType)
static_checks (3.12, macos-latest): pytest_robotframework/__init__.py#L508
"Iterable" is not defined (reportUndefinedVariable)
static_checks (3.12, macos-latest): pytest_robotframework/__init__.py#L509
Type of parameter "kwargs" is partially unknown   Parameter type is "Unknown | None" (reportUnknownParameterType)
static_checks (3.12, macos-latest): pytest_robotframework/__init__.py#L509
"Mapping" is not defined (reportUndefinedVariable)
static_checks (3.12, macos-latest): pytest_robotframework/__init__.py#L527
Return type is unknown (reportUnknownParameterType)
static_checks (3.12, macos-latest): pytest_robotframework/__init__.py#L527
"Iterator" is not defined (reportUndefinedVariable)
static_checks (3.12, macos-latest): pytest_robotframework/__init__.py#L530
Return type, "AbstractContextManager[Unknown, bool | None]", is partially unknown (reportUnknownVariableType)
static_checks (3.12, macos-latest): pytest_robotframework/__init__.py#L530
Argument type is unknown   Argument corresponds to parameter "_args" (reportUnknownArgumentType)
static_checks (3.12, macos-latest): pytest_robotframework/__init__.py#L530
Argument type is unknown   Argument corresponds to parameter "_kwargs" (reportUnknownArgumentType)
static_checks (3.12, macos-latest): pytest_robotframework/__init__.py#L705
Return type is unknown (reportUnknownParameterType)
Ruff (F821): pytest_robotframework/__init__.py#L508
pytest_robotframework/__init__.py:508:11: F821 Undefined name `Iterable`
Ruff (F821): pytest_robotframework/__init__.py#L509
pytest_robotframework/__init__.py:509:13: F821 Undefined name `Mapping`
Ruff (F821): pytest_robotframework/__init__.py#L527
pytest_robotframework/__init__.py:527:44: F821 Undefined name `Iterator`
Ruff (F821): pytest_robotframework/__init__.py#L705
pytest_robotframework/__init__.py:705:38: F821 Undefined name `Iterator`
Ruff (DOC402): pytest_robotframework/__init__.py#L729
pytest_robotframework/__init__.py:729:9: DOC402 `yield` is not documented in docstring
Ruff (F401): pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py#L11
pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:11:71: F401 `typing.Tuple` imported but unused
static_checks (3.12, ubuntu-latest)
Process completed with exit code 1.
static_checks (3.12, ubuntu-latest): pytest_robotframework/__init__.py#L508
Type of parameter "args" is partially unknown   Parameter type is "Unknown | None" (reportUnknownParameterType)
static_checks (3.12, ubuntu-latest): pytest_robotframework/__init__.py#L508
"Iterable" is not defined (reportUndefinedVariable)
static_checks (3.12, ubuntu-latest): pytest_robotframework/__init__.py#L509
Type of parameter "kwargs" is partially unknown   Parameter type is "Unknown | None" (reportUnknownParameterType)
static_checks (3.12, ubuntu-latest): pytest_robotframework/__init__.py#L509
"Mapping" is not defined (reportUndefinedVariable)
static_checks (3.12, ubuntu-latest): pytest_robotframework/__init__.py#L527
Return type is unknown (reportUnknownParameterType)
static_checks (3.12, ubuntu-latest): pytest_robotframework/__init__.py#L527
"Iterator" is not defined (reportUndefinedVariable)
static_checks (3.12, ubuntu-latest): pytest_robotframework/__init__.py#L530
Return type, "AbstractContextManager[Unknown, bool | None]", is partially unknown (reportUnknownVariableType)
static_checks (3.12, ubuntu-latest): pytest_robotframework/__init__.py#L530
Argument type is unknown   Argument corresponds to parameter "_args" (reportUnknownArgumentType)
static_checks (3.12, ubuntu-latest): pytest_robotframework/__init__.py#L530
Argument type is unknown   Argument corresponds to parameter "_kwargs" (reportUnknownArgumentType)
static_checks (3.12, ubuntu-latest): pytest_robotframework/__init__.py#L705
Return type is unknown (reportUnknownParameterType)
static_checks (3.9, ubuntu-latest): pytest_robotframework/__init__.py#L508
Type of parameter "args" is partially unknown   Parameter type is "Unknown | None" (reportUnknownParameterType)
static_checks (3.9, ubuntu-latest): pytest_robotframework/__init__.py#L508
"Iterable" is not defined (reportUndefinedVariable)
static_checks (3.9, ubuntu-latest): pytest_robotframework/__init__.py#L509
Type of parameter "kwargs" is partially unknown   Parameter type is "Unknown | None" (reportUnknownParameterType)
static_checks (3.9, ubuntu-latest): pytest_robotframework/__init__.py#L509
"Mapping" is not defined (reportUndefinedVariable)
static_checks (3.9, ubuntu-latest): pytest_robotframework/__init__.py#L527
Return type is unknown (reportUnknownParameterType)
static_checks (3.9, ubuntu-latest): pytest_robotframework/__init__.py#L527
"Iterator" is not defined (reportUndefinedVariable)
static_checks (3.9, ubuntu-latest): pytest_robotframework/__init__.py#L530
Return type, "AbstractContextManager[Unknown, bool | None]", is partially unknown (reportUnknownVariableType)
static_checks (3.9, ubuntu-latest): pytest_robotframework/__init__.py#L530
Argument type is unknown   Argument corresponds to parameter "_args" (reportUnknownArgumentType)
static_checks (3.9, ubuntu-latest): pytest_robotframework/__init__.py#L530
Argument type is unknown   Argument corresponds to parameter "_kwargs" (reportUnknownArgumentType)
static_checks (3.9, ubuntu-latest): pytest_robotframework/__init__.py#L705
Return type is unknown (reportUnknownParameterType)
Ruff (F821): pytest_robotframework/__init__.py#L508
pytest_robotframework/__init__.py:508:11: F821 Undefined name `Iterable`
Ruff (F821): pytest_robotframework/__init__.py#L509
pytest_robotframework/__init__.py:509:13: F821 Undefined name `Mapping`
Ruff (F821): pytest_robotframework/__init__.py#L527
pytest_robotframework/__init__.py:527:44: F821 Undefined name `Iterator`
Ruff (F821): pytest_robotframework/__init__.py#L705
pytest_robotframework/__init__.py:705:38: F821 Undefined name `Iterator`
Ruff (DOC402): pytest_robotframework/__init__.py#L729
pytest_robotframework/__init__.py:729:9: DOC402 `yield` is not documented in docstring
Ruff (F401): pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py#L11
pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:11:71: F401 `typing.Tuple` imported but unused
static_checks (3.9, ubuntu-latest)
Process completed with exit code 1.
Ruff (F821): pytest_robotframework/__init__.py#L508
pytest_robotframework/__init__.py:508:11: F821 Undefined name `Iterable`
Ruff (F821): pytest_robotframework/__init__.py#L509
pytest_robotframework/__init__.py:509:13: F821 Undefined name `Mapping`
Ruff (F821): pytest_robotframework/__init__.py#L527
pytest_robotframework/__init__.py:527:44: F821 Undefined name `Iterator`
Ruff (F821): pytest_robotframework/__init__.py#L705
pytest_robotframework/__init__.py:705:38: F821 Undefined name `Iterator`
Ruff (DOC402): pytest_robotframework/__init__.py#L729
pytest_robotframework/__init__.py:729:9: DOC402 `yield` is not documented in docstring
Ruff (F401): pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py#L11
pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:11:71: F401 `typing.Tuple` imported but unused
static_checks (3.9, macos-latest)
Process completed with exit code 1.
static_checks (3.9, macos-latest): pytest_robotframework/__init__.py#L508
Type of parameter "args" is partially unknown   Parameter type is "Unknown | None" (reportUnknownParameterType)
static_checks (3.9, macos-latest): pytest_robotframework/__init__.py#L508
"Iterable" is not defined (reportUndefinedVariable)
static_checks (3.9, macos-latest): pytest_robotframework/__init__.py#L509
Type of parameter "kwargs" is partially unknown   Parameter type is "Unknown | None" (reportUnknownParameterType)
static_checks (3.9, macos-latest): pytest_robotframework/__init__.py#L509
"Mapping" is not defined (reportUndefinedVariable)
static_checks (3.9, macos-latest): pytest_robotframework/__init__.py#L527
Return type is unknown (reportUnknownParameterType)
static_checks (3.9, macos-latest): pytest_robotframework/__init__.py#L527
"Iterator" is not defined (reportUndefinedVariable)
static_checks (3.9, macos-latest): pytest_robotframework/__init__.py#L530
Return type, "AbstractContextManager[Unknown, bool | None]", is partially unknown (reportUnknownVariableType)
static_checks (3.9, macos-latest): pytest_robotframework/__init__.py#L530
Argument type is unknown   Argument corresponds to parameter "_args" (reportUnknownArgumentType)
static_checks (3.9, macos-latest): pytest_robotframework/__init__.py#L530
Argument type is unknown   Argument corresponds to parameter "_kwargs" (reportUnknownArgumentType)
static_checks (3.9, macos-latest): pytest_robotframework/__init__.py#L705
Return type is unknown (reportUnknownParameterType)
static_checks (3.12, windows-latest): pytest_robotframework/__init__.py#L508
Type of parameter "args" is partially unknown   Parameter type is "Unknown | None" (reportUnknownParameterType)
static_checks (3.12, windows-latest): pytest_robotframework/__init__.py#L508
"Iterable" is not defined (reportUndefinedVariable)
static_checks (3.12, windows-latest): pytest_robotframework/__init__.py#L509
Type of parameter "kwargs" is partially unknown   Parameter type is "Unknown | None" (reportUnknownParameterType)
static_checks (3.12, windows-latest): pytest_robotframework/__init__.py#L509
"Mapping" is not defined (reportUndefinedVariable)
static_checks (3.12, windows-latest): pytest_robotframework/__init__.py#L527
Return type is unknown (reportUnknownParameterType)
static_checks (3.12, windows-latest): pytest_robotframework/__init__.py#L527
"Iterator" is not defined (reportUndefinedVariable)
static_checks (3.12, windows-latest): pytest_robotframework/__init__.py#L530
Return type, "AbstractContextManager[Unknown, bool | None]", is partially unknown (reportUnknownVariableType)
static_checks (3.12, windows-latest): pytest_robotframework/__init__.py#L530
Argument type is unknown   Argument corresponds to parameter "_args" (reportUnknownArgumentType)
static_checks (3.12, windows-latest): pytest_robotframework/__init__.py#L530
Argument type is unknown   Argument corresponds to parameter "_kwargs" (reportUnknownArgumentType)
static_checks (3.12, windows-latest): pytest_robotframework/__init__.py#L705
Return type is unknown (reportUnknownParameterType)
Ruff (F821): pytest_robotframework/__init__.py#L508
pytest_robotframework\__init__.py:508:11: F821 Undefined name `Iterable`
Ruff (F821): pytest_robotframework/__init__.py#L509
pytest_robotframework\__init__.py:509:13: F821 Undefined name `Mapping`
Ruff (F821): pytest_robotframework/__init__.py#L527
pytest_robotframework\__init__.py:527:44: F821 Undefined name `Iterator`
Ruff (F821): pytest_robotframework/__init__.py#L705
pytest_robotframework\__init__.py:705:38: F821 Undefined name `Iterator`
Ruff (DOC402): pytest_robotframework/__init__.py#L729
pytest_robotframework\__init__.py:729:9: DOC402 `yield` is not documented in docstring
Ruff (F401): pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py#L11
pytest_robotframework\_internal\robot\listeners_and_suite_visitors.py:11:71: F401 `typing.Tuple` imported but unused
static_checks (3.12, windows-latest)
Process completed with exit code 1.
Ruff (F821): pytest_robotframework/__init__.py#L508
pytest_robotframework\__init__.py:508:11: F821 Undefined name `Iterable`
Ruff (F821): pytest_robotframework/__init__.py#L509
pytest_robotframework\__init__.py:509:13: F821 Undefined name `Mapping`
Ruff (F821): pytest_robotframework/__init__.py#L527
pytest_robotframework\__init__.py:527:44: F821 Undefined name `Iterator`
Ruff (F821): pytest_robotframework/__init__.py#L705
pytest_robotframework\__init__.py:705:38: F821 Undefined name `Iterator`
Ruff (DOC402): pytest_robotframework/__init__.py#L729
pytest_robotframework\__init__.py:729:9: DOC402 `yield` is not documented in docstring
Ruff (F401): pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py#L11
pytest_robotframework\_internal\robot\listeners_and_suite_visitors.py:11:71: F401 `typing.Tuple` imported but unused
static_checks (3.9, windows-latest)
Process completed with exit code 1.
static_checks (3.9, windows-latest): pytest_robotframework/__init__.py#L508
Type of parameter "args" is partially unknown   Parameter type is "Unknown | None" (reportUnknownParameterType)
static_checks (3.9, windows-latest): pytest_robotframework/__init__.py#L508
"Iterable" is not defined (reportUndefinedVariable)
static_checks (3.9, windows-latest): pytest_robotframework/__init__.py#L509
Type of parameter "kwargs" is partially unknown   Parameter type is "Unknown | None" (reportUnknownParameterType)
static_checks (3.9, windows-latest): pytest_robotframework/__init__.py#L509
"Mapping" is not defined (reportUndefinedVariable)
static_checks (3.9, windows-latest): pytest_robotframework/__init__.py#L527
Return type is unknown (reportUnknownParameterType)
static_checks (3.9, windows-latest): pytest_robotframework/__init__.py#L527
"Iterator" is not defined (reportUndefinedVariable)
static_checks (3.9, windows-latest): pytest_robotframework/__init__.py#L530
Return type, "AbstractContextManager[Unknown, bool | None]", is partially unknown (reportUnknownVariableType)
static_checks (3.9, windows-latest): pytest_robotframework/__init__.py#L530
Argument type is unknown   Argument corresponds to parameter "_args" (reportUnknownArgumentType)
static_checks (3.9, windows-latest): pytest_robotframework/__init__.py#L530
Argument type is unknown   Argument corresponds to parameter "_kwargs" (reportUnknownArgumentType)
static_checks (3.9, windows-latest): pytest_robotframework/__init__.py#L705
Return type is unknown (reportUnknownParameterType)
test (3.13, macos-12, 6.1.1, 8.0)
A brownout will take place on November 4, 14:00 UTC - November 5, 00:00 UTC to raise awareness of the upcoming macOS-12 environment removal. For more details, see https://github.com/actions/runner-images/issues/10721
test (3.13, macos-12, 6.1.1, from lockfile)
A brownout will take place on November 4, 14:00 UTC - November 5, 00:00 UTC to raise awareness of the upcoming macOS-12 environment removal. For more details, see https://github.com/actions/runner-images/issues/10721
test (3.13, macos-12, from lockfile, from lockfile)
A brownout will take place on November 4, 14:00 UTC - November 5, 00:00 UTC to raise awareness of the upcoming macOS-12 environment removal. For more details, see https://github.com/actions/runner-images/issues/10721
test (3.13, macos-12, from lockfile, 8.0)
A brownout will take place on November 4, 14:00 UTC - November 5, 00:00 UTC to raise awareness of the upcoming macOS-12 environment removal. For more details, see https://github.com/actions/runner-images/issues/10721
test (3.9, macos-12, 6.1.1, 8.0)
A brownout will take place on November 4, 14:00 UTC - November 5, 00:00 UTC to raise awareness of the upcoming macOS-12 environment removal. For more details, see https://github.com/actions/runner-images/issues/10721
test (3.9, macos-12, from lockfile, from lockfile)
A brownout will take place on November 4, 14:00 UTC - November 5, 00:00 UTC to raise awareness of the upcoming macOS-12 environment removal. For more details, see https://github.com/actions/runner-images/issues/10721
test (3.9, macos-12, 6.1.1, from lockfile)
A brownout will take place on November 4, 14:00 UTC - November 5, 00:00 UTC to raise awareness of the upcoming macOS-12 environment removal. For more details, see https://github.com/actions/runner-images/issues/10721
test (3.9, macos-12, from lockfile, 8.0)
A brownout will take place on November 4, 14:00 UTC - November 5, 00:00 UTC to raise awareness of the upcoming macOS-12 environment removal. For more details, see https://github.com/actions/runner-images/issues/10721