| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Looks like that worked! I can also reproduce the problem (at least for test_norm_callback) locally with an update of Python 3.13.11 to 3.13.12. I don't have a dev-Python setup, but I think @tacaswell does; maybe you can run a bisect there? |
Sorry, something went wrong.
|
A quick perusal through the changelog suggests:
which was applied to both 3.14.3 and 3.13.12. A comment there suggests that we should not be modifying call_count ourselves, but instead using reset_mock. |
Sorry, something went wrong.
|
Also note that Azure had the same problem, since I didn't change that build. Surprisingly no timeouts involved though. Closing in favour of #31153; this was enough to point me in the right direction. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR summary
Both 3.13.12 and 3.14.3 were released about 10 days ago, but they do take a little while to get through to CI. Trying out an old version to see if it might help with the newish failures.
PR checklist