pytest-cov icon indicating copy to clipboard operation
pytest-cov copied to clipboard

Segmentation violation on macOS with python 3.14 when xml report is requested

Open lucalista opened this issue 1 month ago • 0 comments

I have a segmentation violation after test when XML report is required. This happens when running on macOS with python 3.14 using:

pytest --cov=shinestacker --cov-export=xml tests/xxx.py

Sorry, I can't do more checks at the moment. I found this issue when moving the CI tests from python 3.12 to 3.14 in my repository:

https://github.com/lucalista/shinestacker

lucalista avatar Nov 30 '25 21:11 lucalista