goutamk09 commented on PR #602:
URL: https://github.com/apache/burr/pull/602#issuecomment-3904772519
@skrawcz I ran the full core test suite locally under Python 3.11.
All execution, lifecycle, async, and persistence tests pass (264 passing).
The only failure is in test_graphviz_display, which requires the Graphviz
system binary (dot) to be installed and available on PATH. This appears to be
an environment/dependency issue rather than a behavioral regression in the
interceptor or lifecycle implementation.
Given that all core execution paths pass under 3.11, I don’t see evidence of
a Python-version-specific async or hook-related issue.
If CI failures are similar, it may be worth ensuring the Graphviz binary is
installed in the CI environment or marking visualization tests as optional.
```
tests\core\test_state.py::test_register_field_serde_check_no_kwargs PASSED
[ 98%]
tests\core\test_state.py::test_state_apply_keeps_typing_system PASSED
[ 98%]
tests\core\test_state.py::test_state_keys_returns_list PASSED
[ 99%]
tests\core\test_validation.py::test__assert_set PASSED
[ 99%]
tests\core\test_validation.py::test__assert_set_unset PASSED
[100%]
============================= 264 passed, 5 deselected in 8.63s
==============================
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]