goutamk09 commented on PR #602:
URL: https://github.com/apache/burr/pull/602#issuecomment-3980122691

   @skrawcz  — local test update (Windows, Python 3.12):
   
   - Running python -m pytest -q from the repo root fails during collection 
because tests under examples/ expect local JSON fixtures (e.g. 
hypotheses_test_cases.json, prompt_for_more.json), and there’s also an import 
mismatch due to the duplicate test_application.py name in examples/ vs tests/.
   - Running the main test suite with python -m pytest tests -q works after 
installing Graphviz (both the Python package and the dot system binary).
   - Current local result: 444 passed, 3 skipped.
   
   I did notice one PytestUnraisableExceptionWarning related to 
SQLitePersister.__del__, but it does not fail the suite.
   
   If there are specific CI failures you’d like me to focus on, I’m happy to 
investigate further.


-- 
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]

Reply via email to