pybind11 #127
Annotations
4 errors and 1 warning
Python tests C++11:
tests/test_methods_and_attributes.py#L129
test_properties
AssertionError: assert 'object has no getter' in 'unreadable attribute'
+ where 'unreadable attribute' = str(AttributeError('unreadable attribute'))
+ where AttributeError('unreadable attribute') = <ExceptionInfo AttributeError('unreadable attribute') tblen=1>.value
|
Python tests C++11:
tests/test_methods_and_attributes.py#L147
test_static_properties
assert 'object has no setter' in "can't set attribute"
+ where "can't set attribute" = str(AttributeError("can't set attribute"))
+ where AttributeError("can't set attribute") = <ExceptionInfo AttributeError("can't set attribute") tblen=2>.value
|
Python tests C++11:
tests/test_modules.py#L81
test_pydoc
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
|
Python tests C++11
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: jwlawson/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading