-
-
Notifications
You must be signed in to change notification settings - Fork 485
Coverage on python 3.12 #1906
Copy link
Copy link
Closed
Labels
not our bugThe problem was elsewhereThe problem was elsewheresupportA support question from a userA support question from a user
Metadata
Metadata
Assignees
Labels
not our bugThe problem was elsewhereThe problem was elsewheresupportA support question from a userA support question from a user
Type
Fields
Give feedbackNo fields configured for issues without a type.
I have a python project that uses
pytest==8.3.4andcoverage==7.6.9. I want to migrate from python3.11to3.12.Just running
pytest tests/works normally on both3.11and3.12. However, executingcoverage run --source=my_project -m pytest tests/works on3.11, but hangs on3.12(displays "collecting 25 items" and moves no forward).What are the possible causes or debugging steps to take in this scenario?