Skip to content

[CPyCppyy] Remove pointer-based fallback in CPPInstance equality check #29705

[CPyCppyy] Remove pointer-based fallback in CPPInstance equality check

[CPyCppyy] Remove pointer-based fallback in CPPInstance equality check #29705

Triggered via pull request March 17, 2026 09:43
Status Failure
Total duration 45s
Artifacts

code_analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 1 warning
ruff
Process completed with exit code 123.
ruff
Formatting failed. To apply the changes locally, run the following command:
ruff (E714): bindings/pyroot/cppyy/cppyy/test/test_advancedcpp.py#L480
bindings/pyroot/cppyy/cppyy/test/test_advancedcpp.py:480:20: E714 Test for object identity should be `is not` help: Convert to `is not`
ruff (E714): bindings/pyroot/cppyy/cppyy/test/test_advancedcpp.py#L473
bindings/pyroot/cppyy/cppyy/test/test_advancedcpp.py:473:20: E714 Test for object identity should be `is not` help: Convert to `is not`
ruff (E714): bindings/pyroot/cppyy/cppyy/test/test_advancedcpp.py#L469
bindings/pyroot/cppyy/cppyy/test/test_advancedcpp.py:469:20: E714 Test for object identity should be `is not` help: Convert to `is not`
ruff (E714): bindings/pyroot/cppyy/cppyy/test/test_advancedcpp.py#L190
bindings/pyroot/cppyy/cppyy/test/test_advancedcpp.py:190:20: E714 Test for object identity should be `is not` help: Convert to `is not`
ruff (E714): bindings/pyroot/cppyy/cppyy/test/test_advancedcpp.py#L189
bindings/pyroot/cppyy/cppyy/test/test_advancedcpp.py:189:20: E714 Test for object identity should be `is not` help: Convert to `is not`
ruff (F841): bindings/pyroot/cppyy/cppyy/test/test_advancedcpp.py#L157
bindings/pyroot/cppyy/cppyy/test/test_advancedcpp.py:157:9: F841 Local variable `lib2` is assigned to but never used help: Remove assignment to unused variable `lib2`
ruff (F401): bindings/pyroot/cppyy/cppyy/test/test_advancedcpp.py#L3
bindings/pyroot/cppyy/cppyy/test/test_advancedcpp.py:3:21: F401 `support.setup_make` imported but unused help: Remove unused import: `support.setup_make`
ruff (F401): bindings/pyroot/cppyy/cppyy/test/test_advancedcpp.py#L1
bindings/pyroot/cppyy/cppyy/test/test_advancedcpp.py:1:16: F401 `os` imported but unused help: Remove unused import: `os`
ruff (I001): bindings/pyroot/cppyy/cppyy/test/test_advancedcpp.py#L1
bindings/pyroot/cppyy/cppyy/test/test_advancedcpp.py:1:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (E401): bindings/pyroot/cppyy/cppyy/test/test_advancedcpp.py#L1
bindings/pyroot/cppyy/cppyy/test/test_advancedcpp.py:1:1: E401 Multiple imports on one line help: Split imports
clang-format
Process completed with exit code 1.
ruff
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: astral-sh/ruff-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/